Html Css Color HEX #DED7CC Merino

📋 copy color: '#DED7CC'

red 222 ◦ green 215 ◦ blue 204

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

Shades of Merino #DED7CC

Tints of Merino #DED7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.54%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 34.63%
G = 33.54%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DED7CC (or 0xDED7CC) is known color: Merino. HEX triplet: DE, D7 and CC. RGB value is (222,215,204). Sum of RGB (Red+Green+Blue) = 222+215+204=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7CC is #212833. Grayscale: #D7D7D7. Windows color (decimal): -2172980 or 13424606. OLE color: 13424606.

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

Color convert

RGB 222 215 204 -
CMYK 0 0.03 0.08 0.13
HSL 36.67º 0.21% 0.84% -
HSV(B) 36.67º 0.08% 0.87% -
XYZ 65.32 68.49 66.9 -
YUV 215.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 222 215 204 0 0.03 0.08 0.13 36.67 0.21 0.84
Hex DE D7 CC 0 3 8 D 25 15 54
Octal 336 327 314 0 3 10 15 45 25 124
Binary 11011110 11010111 11001100 0 11 1000 1101 100101 10101 1010100

Color Harmonies of #DED7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED7CC

Black with #DED7CC

Text Example


Text Example

White with #DED7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED7CC; }

 p { color: rgb(222,215,204); }

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

background-color css

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

 a { background-color: rgb(222,215,204); }

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

border-color css

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

 span { border-color: rgb(222,215,204); }

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