#DBD9CB

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

Shades of Milk White #DBD9CB

Tints of Milk White #DBD9CB

Color information

#DBD9CB (or 0xDBD9CB) is unknown color: approx Milk White. HEX triplet: DB, D9 and CB. RGB value is (219,217,203). Sum of RGB (Red+Green+Blue) = 219+217+203=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9CB is #242634. Grayscale: #D8D8D8. Windows color (decimal): -2369077 or 13359579. OLE color: 13359579.

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

Color convert

RGB219217203-
CMYK00.010.070.14
HSL52.5º18.18%82.75%-
HSV(B)52.5º7.31%85.88%-
XYZ64.816966.4-
YUV216120.66130.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=34.27%
G=33.96%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921720300.010.070.1452.518.1882.75
HexDBD9CB017E341253
Octal333331313017166422123
Binary110110111101100111001011011111110110100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9CB; }

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

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

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

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

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

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

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

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