Html Css Color HEX #DED2CF Mercury

📋 copy color: '#DED2CF'

red 222 ◦ green 210 ◦ blue 207

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

Shades of Mercury #DED2CF

Tints of Mercury #DED2CF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.86%

 BLUE value IS 207 (81.25% from 255) = 32.39%

R = 34.74%
G = 32.86%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DED2CF (or 0xDED2CF) is known color: Mercury. HEX triplet: DE, D2 and CF. RGB value is (222,210,207). Sum of RGB (Red+Green+Blue) = 222+210+207=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2CF is #212D30. Grayscale: #D5D5D5. Windows color (decimal): -2174257 or 13619934. OLE color: 13619934.

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

Color convert

RGB 222 210 207 -
CMYK 0 0.05 0.07 0.13
HSL 12º 0.19% 0.84% -
HSV(B) 12º 0.07% 0.87% -
XYZ 64.43 66.13 68.4 -
YUV 213.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 222 210 207 0 0.05 0.07 0.13 12 0.19 0.84
Hex DE D2 CF 0 5 7 D C 13 54
Octal 336 322 317 0 5 7 15 14 23 124
Binary 11011110 11010010 11001111 0 101 111 1101 1100 10011 1010100

Color Harmonies of #DED2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED2CF

Black with #DED2CF

Text Example


Text Example

White with #DED2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED2CF; }

 p { color: rgb(222,210,207); }

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

background-color css

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

 a { background-color: rgb(222,210,207); }

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

border-color css

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

 span { border-color: rgb(222,210,207); }

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