#DBD8C7

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

Shades of Milk White #DBD8C7

Tints of Milk White #DBD8C7

Color information

#DBD8C7 (or 0xDBD8C7) is unknown color: approx Milk White. HEX triplet: DB, D8 and C7. RGB value is (219,216,199). Sum of RGB (Red+Green+Blue) = 219+216+199=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8C7 is #242738. Grayscale: #D7D7D7. Windows color (decimal): -2369337 or 13097179. OLE color: 13097179.

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

Color convert

RGB219216199-
CMYK00.010.090.14
HSL51º21.74%81.96%-
HSV(B)51º9.13%85.88%-
XYZ64.0868.363.84-
YUV214.96118.99130.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 199 (78.12% from 255) = 31.39%
R=34.54%
G=34.07%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921619900.010.090.145121.7481.96
HexDBD8C7019E331652
Octal3333303070111166326122
Binary1101101111011000110001110110011110110011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8C7; }

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

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

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

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

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

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

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

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