#DBDAD3

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

Shades of Milk White #DBDAD3

Tints of Milk White #DBDAD3

Color information

#DBDAD3 (or 0xDBDAD3) is unknown color: approx Milk White. HEX triplet: DB, DA and D3. RGB value is (219,218,211). Sum of RGB (Red+Green+Blue) = 219+218+211=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD3 is #24252C. Grayscale: #D9D9D9. Windows color (decimal): -2368813 or 13884123. OLE color: 13884123.

HSL color Cylindrical-coordinate representation of color #DBDAD3: hue angle of 52.5º degrees, saturation: 0.1, 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 #DBDAD3 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB219218211-
CMYK00.000.040.14
HSL52.5º10%84.31%-
HSV(B)52.5º3.65%85.88%-
XYZ66.0469.9171.64-
YUV217.5124.33129.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=33.80%
G=33.64%
B=32.56%

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
Decimal21921821100.000.040.1452.51084.31
HexDBDAD3004E35a54
Octal333332323004166512124
Binary11011011110110101101001100100111011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAD3; }

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

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

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

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

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

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

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

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