#DBD7C8

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

Shades of Milk White #DBD7C8

Tints of Milk White #DBD7C8

Color information

#DBD7C8 (or 0xDBD7C8) is unknown color: approx Milk White. HEX triplet: DB, D7 and C8. RGB value is (219,215,200). Sum of RGB (Red+Green+Blue) = 219+215+200=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7C8 is #242837. Grayscale: #D6D6D6. Windows color (decimal): -2369592 or 13162459. OLE color: 13162459.

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

Color convert

RGB219215200-
CMYK00.020.090.14
HSL47.37º20.88%82.16%-
HSV(B)47.37º8.68%85.88%-
XYZ63.9467.8364.37-
YUV214.49119.83131.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 200 (78.52% from 255) = 31.55%
R=34.54%
G=33.91%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921520000.020.090.1447.3720.8882.16
HexDBD7C8029E2f1552
Octal3333273100211165725122
Binary11011011110101111100100001010011110101111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7C8; }

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

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

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

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

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

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

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

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