#DBDAD2

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

Shades of Milk White #DBDAD2

Tints of Milk White #DBDAD2

Color information

#DBDAD2 (or 0xDBDAD2) is unknown color: approx Milk White. HEX triplet: DB, DA and D2. RGB value is (219,218,210). Sum of RGB (Red+Green+Blue) = 219+218+210=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD2 is #24252D. Grayscale: #D9D9D9. Windows color (decimal): -2368814 or 13818587. OLE color: 13818587.

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

Color convert

RGB219218210-
CMYK00.000.040.14
HSL53.33º11.11%84.12%-
HSV(B)53.33º4.11%85.88%-
XYZ65.9269.8670.98-
YUV217.39123.83129.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=33.85%
G=33.69%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921821000.000.040.1453.3311.1184.12
HexDBDAD2004E35b54
Octal333332322004166513124
Binary11011011110110101101001000100111011010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAD2; }

 p { color: rgb(219,218,210); }

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

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

 a { background-color: rgb(219,218,210); }

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

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

 span { border-color: rgb(219,218,210); }

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