Color Hex Logo

#dfcdf9 Color Hex

#DFCDF9
(223,205,249)
0 Favorites   0 Comments

Color spaces of #dfcdf9

RGB 223205249
HSL0.730.790.89
HSV265°18°98°
CMYK 0.100.180.00   0.02
XYZ69.361666.190298.7428
Yxy66.19020.29600.2825
Hunter Lab81.35749.8056-15.0097
CIE-Lab85.093314.4094-19.2891

#dfcdf9 color RGB value is (223,205,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 11111001
Octal 337 315 371
Decimal 223 205 249
Hex DF CD F9

RGB Percentages of Color #dfcdf9

%32.94
%30.28
%36.78

CMYK Percentages of Color #dfcdf9

%10
%18
%0
%2

Triadic Colors of #dfcdf9

#dfcdf9 #f9dfcd #cdf9df

Analogous Colors of #dfcdf9

#dfcdf9 #f5cdf9 #cdd1f9

Monochromatic Colors of #dfcdf9

#dfcdf9

Complementary Color

#dfcdf9 #e7f9cd

#dfcdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcdf9 Color CSS Codes

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

#dfcdf9 Text Font Color

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

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


#dfcdf9 Background Color

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

This div background color is #dfcdf9


#dfcdf9 Border Color

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

This div border color is #dfcdf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfcdf9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcdf9


Comments

No comments written yet.

Please login to write comment.