#DBD8CA

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

Shades of Milk White #DBD8CA

Tints of Milk White #DBD8CA

Color information

#DBD8CA (or 0xDBD8CA) is unknown color: approx Milk White. HEX triplet: DB, D8 and CA. RGB value is (219,216,202). Sum of RGB (Red+Green+Blue) = 219+216+202=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8CA is #242735. Grayscale: #D7D7D7. Windows color (decimal): -2369334 or 13293787. OLE color: 13293787.

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

Color convert

RGB219216202-
CMYK00.010.080.14
HSL49.41º19.1%82.55%-
HSV(B)49.41º7.76%85.88%-
XYZ64.4368.4465.69-
YUV215.3120.49130.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=34.38%
G=33.91%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921620200.010.080.1449.4119.182.55
HexDBD8CA018E311353
Octal3333303120110166123123
Binary1101101111011000110010100110001110110001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8CA; }

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

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

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

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

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

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

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

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