#DBD8C9

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

Shades of Milk White #DBD8C9

Tints of Milk White #DBD8C9

Color information

#DBD8C9 (or 0xDBD8C9) is unknown color: approx Milk White. HEX triplet: DB, D8 and C9. RGB value is (219,216,201). Sum of RGB (Red+Green+Blue) = 219+216+201=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8C9 is #242736. Grayscale: #D7D7D7. Windows color (decimal): -2369335 or 13228251. OLE color: 13228251.

HSL color Cylindrical-coordinate representation of color #DBD8C9: hue angle of 50º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD8C9 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219216201-
CMYK00.010.080.14
HSL50º20%82.35%-
HSV(B)50º8.22%85.88%-
XYZ64.3168.3965.07-
YUV215.19119.99130.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 216 (84.77% from 255) = 33.96%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=34.43%
G=33.96%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921620100.010.080.14502082.35
HexDBD8C9018E321452
Octal3333303110110166224122
Binary1101101111011000110010010110001110110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8C9; }

 p { color: rgb(219,216,201); }

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

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

 a { background-color: rgb(219,216,201); }

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

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

 span { border-color: rgb(219,216,201); }

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