#DFD9CB

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

Shades of Albescent White #DFD9CB

Tints of Albescent White #DFD9CB

Color information

#DFD9CB (or 0xDFD9CB) is unknown color: approx Albescent White. HEX triplet: DF, D9 and CB. RGB value is (223,217,203). Sum of RGB (Red+Green+Blue) = 223+217+203=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9CB is #202634. Grayscale: #D9D9D9. Windows color (decimal): -2106933 or 13359583. OLE color: 13359583.

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

Color convert

RGB223217203-
CMYK00.030.090.13
HSL42º23.81%83.53%-
HSV(B)42º8.97%87.45%-
XYZ66.0269.6366.46-
YUV217.2119.99132.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=34.68%
G=33.75%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321720300.030.090.134223.8183.53
HexDFD9CB039D2a1854
Octal3373313130311155230124
Binary11011111110110011100101101110011101101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9CB; }

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

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

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

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

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

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

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

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