#DFD9CD

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

Shades of Albescent White #DFD9CD

Tints of Albescent White #DFD9CD

Color information

#DFD9CD (or 0xDFD9CD) is unknown color: approx Albescent White. HEX triplet: DF, D9 and CD. RGB value is (223,217,205). Sum of RGB (Red+Green+Blue) = 223+217+205=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9CD is #202632. Grayscale: #D9D9D9. Windows color (decimal): -2106931 or 13490655. OLE color: 13490655.

HSL color Cylindrical-coordinate representation of color #DFD9CD: hue angle of 40º degrees, saturation: 0.22, 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 #DFD9CD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223217205-
CMYK00.030.080.13
HSL40º21.95%83.92%-
HSV(B)40º8.07%87.45%-
XYZ66.2669.7267.72-
YUV217.43120.99131.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=34.57%
G=33.64%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321720500.030.080.134021.9583.92
HexDFD9CD038D281654
Octal3373313150310155026124
Binary11011111110110011100110101110001101101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9CD; }

 p { color: rgb(223,217,205); }

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

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

 a { background-color: rgb(223,217,205); }

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

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

 span { border-color: rgb(223,217,205); }

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