#DBD9D2

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

Shades of Milk White #DBD9D2

Tints of Milk White #DBD9D2

Color information

#DBD9D2 (or 0xDBD9D2) is unknown color: approx Milk White. HEX triplet: DB, D9 and D2. RGB value is (219,217,210). Sum of RGB (Red+Green+Blue) = 219+217+210=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D2 is #24262D. Grayscale: #D8D8D8. Windows color (decimal): -2369070 or 13818331. OLE color: 13818331.

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

Color convert

RGB219217210-
CMYK00.010.040.14
HSL46.67º11.11%84.12%-
HSV(B)46.67º4.11%85.88%-
XYZ65.6669.3470.9-
YUV216.8124.16129.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 210 (82.42% from 255) = 32.51%
R=33.90%
G=33.59%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921721000.010.040.1446.6711.1184.12
HexDBD9D2014E2fb54
Octal333331322014165713124
Binary11011011110110011101001001100111010111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9D2; }

 p { color: rgb(219,217,210); }

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

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

 a { background-color: rgb(219,217,210); }

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

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

 span { border-color: rgb(219,217,210); }

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