Html Css Color HEX #DED0CC Mercury

📋 copy color: '#DED0CC'

red 222 ◦ green 208 ◦ blue 204

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

Shades of Mercury #DED0CC

Tints of Mercury #DED0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.81%

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

R = 35.02%
G = 32.81%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DED0CC (or 0xDED0CC) is known color: Mercury. HEX triplet: DE, D0 and CC. RGB value is (222,208,204). Sum of RGB (Red+Green+Blue) = 222+208+204=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0CC is #212F33. Grayscale: #D3D3D3. Windows color (decimal): -2174772 or 13422814. OLE color: 13422814.

HSL color Cylindrical-coordinate representation of color #DED0CC: hue angle of 13.33º 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 #DED0CC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 208 204 -
CMYK 0 0.06 0.08 0.13
HSL 13.33º 0.21% 0.84% -
HSV(B) 13.33º 0.08% 0.87% -
XYZ 63.58 65 66.32 -
YUV 211.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 222 208 204 0 0.06 0.08 0.13 13.33 0.21 0.84
Hex DE D0 CC 0 6 8 D D 15 54
Octal 336 320 314 0 6 10 15 15 25 124
Binary 11011110 11010000 11001100 0 110 1000 1101 1101 10101 1010100

Color Harmonies of #DED0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED0CC

Black with #DED0CC

Text Example


Text Example

White with #DED0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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