#DFCED6

Color #DFCED6 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DFCED6

Tints of Prim #DFCED6

Color information

#DFCED6 (or 0xDFCED6) is unknown color: approx Prim. HEX triplet: DF, CE and D6. RGB value is (223,206,214). Sum of RGB (Red+Green+Blue) = 223+206+214=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCED6 is #203129. Grayscale: #D3D3D3. Windows color (decimal): -2109738 or 14077663. OLE color: 14077663.

HSL color Cylindrical-coordinate representation of color #DFCED6: hue angle of 331.76º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCED6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223206214-
CMYK00.080.040.13
HSL331.76º20.99%84.12%-
HSV(B)331.76º7.62%87.45%-
XYZ64.6464.6972.7-
YUV212129.13135.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 214 (83.98% from 255) = 33.28%
R=34.68%
G=32.04%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320621400.080.040.13331.7620.9984.12
HexDFCED6084D14c1554
Octal33731632601041551425124
Binary110111111100111011010110010001001101101001100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCED6; }

 p { color: rgb(223,206,214); }

 H1.HeaderClassName
 {
   color: #DFCED6;
 }
 .AnyTagClassName
 {
   color: #DFCED6;
 }
</style>
background-color css

<style>
 a { background-color: #DFCED6; }

 a { background-color: rgb(223,206,214); }

 div.DivClassName
 {
   background-color: #DFCED6;
 }
 .BgClassName
 {
   background-color: #DFCED6;
 }
</style>
border-color css

<style>
 span { border-color: #DFCED6; }

 span { border-color: rgb(223,206,214); }

 td.TdClassName
 {
   border-color: #DFCED6;
 }
 .TagClassName
 {
   border-color: #DFCED6;
 }
</style>