#DBD7C6

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

Shades of Milk White #DBD7C6

Tints of Milk White #DBD7C6

Color information

#DBD7C6 (or 0xDBD7C6) is unknown color: approx Milk White. HEX triplet: DB, D7 and C6. RGB value is (219,215,198). Sum of RGB (Red+Green+Blue) = 219+215+198=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7C6 is #242839. Grayscale: #D6D6D6. Windows color (decimal): -2369594 or 13031387. OLE color: 13031387.

HSL color Cylindrical-coordinate representation of color #DBD7C6: hue angle of 48.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD7C6 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219215198-
CMYK00.020.100.14
HSL48.57º22.58%81.76%-
HSV(B)48.57º9.59%85.88%-
XYZ63.7167.7463.14-
YUV214.26118.83131.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 198 (77.73% from 255) = 31.33%
R=34.65%
G=34.02%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921519800.020.100.1448.5722.5881.76
HexDBD7C602AE311752
Octal3333273060212166127122
Binary11011011110101111100011001010101110110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7C6; }

 p { color: rgb(219,215,198); }

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

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

 a { background-color: rgb(219,215,198); }

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

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

 span { border-color: rgb(219,215,198); }

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