#DBD7C9

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

Shades of Milk White #DBD7C9

Tints of Milk White #DBD7C9

Color information

#DBD7C9 (or 0xDBD7C9) is unknown color: approx Milk White. HEX triplet: DB, D7 and C9. RGB value is (219,215,201). Sum of RGB (Red+Green+Blue) = 219+215+201=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7C9 is #242836. Grayscale: #D6D6D6. Windows color (decimal): -2369591 or 13227995. OLE color: 13227995.

HSL color Cylindrical-coordinate representation of color #DBD7C9: hue angle of 46.67º 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 #DBD7C9 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219215201-
CMYK00.020.080.14
HSL46.67º20%82.35%-
HSV(B)46.67º8.22%85.88%-
XYZ64.0667.8864.98-
YUV214.6120.33131.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 201 (78.91% from 255) = 31.65%
R=34.49%
G=33.86%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921520100.020.080.1446.672082.35
HexDBD7C9028E2f1452
Octal3333273110210165724122
Binary11011011110101111100100101010001110101111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7C9; }

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

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

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

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

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

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

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

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