Color Hex Logo

#dddffd Color Hex

#DDDFFD
(221,223,253)
0 Favorites   0 Comments

Color spaces of #dddffd

RGB 221223253
HSL0.660.890.93
HSV236°13°99°
CMYK 0.130.120.00   0.01
XYZ73.936175.2394103.5543
Yxy75.23940.29250.2977
Hunter Lab86.74060.3539-10.0642
CIE-Lab89.50505.0798-14.7774

#dddffd color RGB value is (221,223,253).

#dddffd hex color red value is 221, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dddffd hue: 0.66 , saturation: 0.89 and the lightness value of dddffd is 0.93.

The process color (four color CMYK) of #dddffd color hex is 0.13, 0.12, 0.00, 0.01. Web safe color of #dddffd is #ccccff. Color #dddffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 11111101
Octal 335 337 375
Decimal 221 223 253
Hex DD DF FD

RGB Percentages of Color #dddffd

%31.71
%31.99
%36.30

CMYK Percentages of Color #dddffd

%13
%12
%0
%1

Triadic Colors of #dddffd

#dddffd #fddddf #dffddd

Analogous Colors of #dddffd

#dddffd #ebddfd #ddeffd

Monochromatic Colors of #dddffd

#dddffd

Complementary Color

#dddffd #fdfbdd

#dddffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddffd Color CSS Codes

.mybgcolor {background-color:#dddffd; } 
.myforecolor {color:#dddffd; }
.mybordercolor {border:3px solid #dddffd; }

#dddffd Text Font Color

<p style="color:#dddffd">Text here</p>

This sample text font color is #dddffd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dddffd Background Color

<div style="background-color:#dddffd">
Div content here</div>

This div background color is #dddffd


#dddffd Border Color

<div style="border:3px solid #dddffd">
Div here</div>

This div border color is #dddffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,223,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dddffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dddffd;
  -webkit-box-shadow: 1px 1px 3px 2px #dddffd;
  box-shadow:         1px 1px 3px 2px #dddffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,223,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dddffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dddffd;
  -webkit-box-shadow: 1px 1px 3px 2px #dddffd;
  box-shadow:         1px 1px 3px 2px #dddffd;">
Div content here</div>

This div box has shadow with color #dddffd


Comments

No comments written yet.

Please login to write comment.