Html Css Color HEX #DEDBD5 Merino

📋 copy color: '#DEDBD5'

red 222 ◦ green 219 ◦ blue 213

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

Shades of Merino #DEDBD5

Tints of Merino #DEDBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.57%

R = 33.94%
G = 33.49%
B = 32.57%

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

#DEDBD5 (or 0xDEDBD5) is known color: Merino. HEX triplet: DE, DB and D5. RGB value is (222,219,213). Sum of RGB (Red+Green+Blue) = 222+219+213=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD5 is #21242A. Grayscale: #DBDBDB. Windows color (decimal): -2171947 or 14015454. OLE color: 14015454.

HSL color Cylindrical-coordinate representation of color #DEDBD5: hue angle of 40º degrees, saturation: 0.12, 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 #DEDBD5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 213 -
CMYK 0 0.01 0.04 0.13
HSL 40º 0.12% 0.85% -
HSV(B) 40º 0.04% 0.87% -
XYZ 67.47 71 73.1 -
YUV 219.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 222 219 213 0 0.01 0.04 0.13 40 0.12 0.85
Hex DE DB D5 0 1 4 D 28 C 55
Octal 336 333 325 0 1 4 15 50 14 125
Binary 11011110 11011011 11010101 0 1 100 1101 101000 1100 1010101

Color Harmonies of #DEDBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBD5

Black with #DEDBD5

Text Example


Text Example

White with #DEDBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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