#DFD6C9

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

Shades of Albescent White #DFD6C9

Tints of Albescent White #DFD6C9

Color information

#DFD6C9 (or 0xDFD6C9) is unknown color: approx Albescent White. HEX triplet: DF, D6 and C9. RGB value is (223,214,201). Sum of RGB (Red+Green+Blue) = 223+214+201=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6C9 is #202936. Grayscale: #D7D7D7. Windows color (decimal): -2107703 or 13227743. OLE color: 13227743.

HSL color Cylindrical-coordinate representation of color #DFD6C9: hue angle of 35.45º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD6C9 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223214201-
CMYK00.040.100.13
HSL35.45º25.58%83.14%-
HSV(B)35.45º9.87%87.45%-
XYZ65.026864.96-
YUV215.21119.98133.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 201 (78.91% from 255) = 31.50%
R=34.95%
G=33.54%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321420100.040.100.1335.4525.5883.14
HexDFD6C904AD231a53
Octal3373263110412154332123
Binary110111111101011011001001010010101101100011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6C9; }

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

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

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

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

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

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

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

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