#DBDAD8

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

Shades of Merino #DBDAD8

Tints of Merino #DBDAD8

Color information

#DBDAD8 (or 0xDBDAD8) is unknown color: approx Merino. HEX triplet: DB, DA and D8. RGB value is (219,218,216). Sum of RGB (Red+Green+Blue) = 219+218+216=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAD8 is #242527. Grayscale: #DADADA. Windows color (decimal): -2368808 or 14211803. OLE color: 14211803.

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

Color convert

RGB219218216-
CMYK00.000.010.14
HSL40º4%85.29%-
HSV(B)40º1.37%85.88%-
XYZ66.6870.1674.99-
YUV218.07126.83128.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=33.54%
G=33.38%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921821600.000.010.1440485.29
HexDBDAD8001E28455
Octal33333233000116504125
Binary11011011110110101101100000111101010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAD8; }

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

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

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

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

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

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

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

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