#DBD9CF

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

Shades of Milk White #DBD9CF

Tints of Milk White #DBD9CF

Color information

#DBD9CF (or 0xDBD9CF) is unknown color: approx Milk White. HEX triplet: DB, D9 and CF. RGB value is (219,217,207). Sum of RGB (Red+Green+Blue) = 219+217+207=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9CF is #242630. Grayscale: #D8D8D8. Windows color (decimal): -2369073 or 13621723. OLE color: 13621723.

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

Color convert

RGB219217207-
CMYK00.010.050.14
HSL50º14.29%83.53%-
HSV(B)50º5.48%85.88%-
XYZ65.2969.1968.95-
YUV216.46122.66129.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=34.06%
G=33.75%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921720700.010.050.145014.2983.53
HexDBD9CF015E32e54
Octal333331317015166216124
Binary11011011110110011100111101101111011001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9CF; }

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

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

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

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

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

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

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

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