#DBD9CC

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

Shades of Milk White #DBD9CC

Tints of Milk White #DBD9CC

Color information

#DBD9CC (or 0xDBD9CC) is unknown color: approx Milk White. HEX triplet: DB, D9 and CC. RGB value is (219,217,204). Sum of RGB (Red+Green+Blue) = 219+217+204=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9CC is #242633. Grayscale: #D8D8D8. Windows color (decimal): -2369076 or 13425115. OLE color: 13425115.

HSL color Cylindrical-coordinate representation of color #DBD9CC: hue angle of 52º degrees, saturation: 0.17, 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 #DBD9CC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219217204-
CMYK00.010.070.14
HSL52º17.24%82.94%-
HSV(B)52º6.85%85.88%-
XYZ64.9369.0567.03-
YUV216.12121.16130.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=34.22%
G=33.91%
B=31.88%

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
Decimal21921720400.010.070.145217.2482.94
HexDBD9CC017E341153
Octal333331314017166421123
Binary110110111101100111001100011111110110100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9CC; }

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

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

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

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

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

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

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

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