Html Css Color HEX #DEDBD6 Merino

📋 copy color: '#DEDBD6'

red 222 ◦ green 219 ◦ blue 214

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

Shades of Merino #DEDBD6

Tints of Merino #DEDBD6

RGB

 RED value IS 222 (87.11% from 255) = 33.89%

 GREEN value IS 219 (85.94% from 255) = 33.44%

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 33.89%
G = 33.44%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DEDBD6 (or 0xDEDBD6) is known color: Merino. HEX triplet: DE, DB and D6. RGB value is (222,219,214). Sum of RGB (Red+Green+Blue) = 222+219+214=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD6 is #212429. Grayscale: #DBDBDB. Windows color (decimal): -2171946 or 14080990. OLE color: 14080990.

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

Color convert

RGB 222 219 214 -
CMYK 0 0.01 0.04 0.13
HSL 37.5º 0.11% 0.85% -
HSV(B) 37.5º 0.04% 0.87% -
XYZ 67.59 71.05 73.77 -
YUV 219.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 222 219 214 0 0.01 0.04 0.13 37.5 0.11 0.85
Hex DE DB D6 0 1 4 D 26 B 55
Octal 336 333 326 0 1 4 15 46 13 125
Binary 11011110 11011011 11010110 0 1 100 1101 100110 1011 1010101

Color Harmonies of #DEDBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBD6

Black with #DEDBD6

Text Example


Text Example

White with #DEDBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBD6; }

 p { color: rgb(222,219,214); }

 H1.HeaderClassName
 {
   color: #DEDBD6;
 }
 .AnyTagClassName
 {
   color: #DEDBD6;
 }
</style>

background-color css

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

 a { background-color: rgb(222,219,214); }

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

border-color css

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

 span { border-color: rgb(222,219,214); }

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