Html Css Color HEX #DED9D0 Merino

📋 copy color: '#DED9D0'

red 222 ◦ green 217 ◦ blue 208

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

Shades of Merino #DED9D0

Tints of Merino #DED9D0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.54%

 BLUE value IS 208 (81.64% from 255) = 32.15%

R = 34.31%
G = 33.54%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DED9D0 (or 0xDED9D0) is known color: Merino. HEX triplet: DE, D9 and D0. RGB value is (222,217,208). Sum of RGB (Red+Green+Blue) = 222+217+208=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9D0 is #21262F. Grayscale: #D9D9D9. Windows color (decimal): -2172464 or 13687262. OLE color: 13687262.

HSL color Cylindrical-coordinate representation of color #DED9D0: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED9D0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 217 208 -
CMYK 0 0.02 0.06 0.13
HSL 38.57º 0.18% 0.84% -
HSV(B) 38.57º 0.06% 0.87% -
XYZ 66.32 69.71 69.63 -
YUV 217.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 222 217 208 0 0.02 0.06 0.13 38.57 0.18 0.84
Hex DE D9 D0 0 2 6 D 27 12 54
Octal 336 331 320 0 2 6 15 47 22 124
Binary 11011110 11011001 11010000 0 10 110 1101 100111 10010 1010100

Color Harmonies of #DED9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED9D0

Black with #DED9D0

Text Example


Text Example

White with #DED9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED9D0; }

 p { color: rgb(222,217,208); }

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

background-color css

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

 a { background-color: rgb(222,217,208); }

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

border-color css

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

 span { border-color: rgb(222,217,208); }

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