Color Hex Logo

#ddcdf9 Color Hex

#DDCDF9
(221,205,249)
0 Favorites   0 Comments

Color spaces of #ddcdf9

RGB 221205249
HSL0.730.790.89
HSV262°18°98°
CMYK 0.110.180.00   0.02
XYZ68.749065.874398.7141
Yxy65.87430.29460.2823
Hunter Lab81.16309.1630-15.2971
CIE-Lab84.932313.7745-19.5481

#ddcdf9 color RGB value is (221,205,249).

#ddcdf9 hex color red value is 221, green value is 205 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ddcdf9 hue: 0.73 , saturation: 0.79 and the lightness value of ddcdf9 is 0.89.

The process color (four color CMYK) of #ddcdf9 color hex is 0.11, 0.18, 0.00, 0.02. Web safe color of #ddcdf9 is #ccccff. Color #ddcdf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11111001
Octal 335 315 371
Decimal 221 205 249
Hex DD CD F9

RGB Percentages of Color #ddcdf9

%32.74
%30.37
%36.89

CMYK Percentages of Color #ddcdf9

%11
%18
%0
%2

Triadic Colors of #ddcdf9

#ddcdf9 #f9ddcd #cdf9dd

Analogous Colors of #ddcdf9

#ddcdf9 #f3cdf9 #cdd3f9

Monochromatic Colors of #ddcdf9

#ddcdf9

Complementary Color

#ddcdf9 #e9f9cd

#ddcdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcdf9 Color CSS Codes

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

#ddcdf9 Text Font Color

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

This sample text font color is #ddcdf9
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.


#ddcdf9 Background Color

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

This div background color is #ddcdf9


#ddcdf9 Border Color

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

This div border color is #ddcdf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcdf9


Comments

No comments written yet.

Please login to write comment.