Html Css Color HEX #DBDAD8 Merino

📋 copy color: '#DBDAD8'

red 219 ◦ green 218 ◦ blue 216

#DBDAD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merino #DBDAD8

Tints of Merino #DBDAD8

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 value IS 0

 M value IS 0.00

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBDAD8 (or 0xDBDAD8) is known color: 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

RGB 219 218 216 -
CMYK 0 0.00 0.01 0.14
HSL 40º 0.04% 0.85% -
HSV(B) 40º 0.01% 0.86% -
XYZ 66.68 70.16 74.99 -
YUV 218.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 219 218 216 0 0.00 0.01 0.14 40 0.04 0.85
Hex DB DA D8 0 0 1 E 28 4 55
Octal 333 332 330 0 0 1 16 50 4 125
Binary 11011011 11011010 11011000 0 0 1 1110 101000 100 1010101

Color Harmonies of #DBDAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAD8

Black with #DBDAD8

Text Example


Text Example

White with #DBDAD8

Text Example


Text Example

HTML Codes & Css Web 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>