#DBD8CD

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

Shades of Milk White #DBD8CD

Tints of Milk White #DBD8CD

Color information

#DBD8CD (or 0xDBD8CD) is unknown color: approx Milk White. HEX triplet: DB, D8 and CD. RGB value is (219,216,205). Sum of RGB (Red+Green+Blue) = 219+216+205=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8CD is #242732. Grayscale: #D7D7D7. Windows color (decimal): -2369331 or 13490395. OLE color: 13490395.

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

Color convert

RGB219216205-
CMYK00.010.060.14
HSL47.14º16.28%83.14%-
HSV(B)47.14º6.39%85.88%-
XYZ64.7968.5867.58-
YUV215.64121.99130.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=34.22%
G=33.75%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921620500.010.060.1447.1416.2883.14
HexDBD8CD016E2f1053
Octal333330315016165720123
Binary110110111101100011001101011101110101111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8CD; }

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

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

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

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

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

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

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

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