Html Css Color HEX #DED1CF Mercury

📋 copy color: '#DED1CF'

red 222 ◦ green 209 ◦ blue 207

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

Shades of Mercury #DED1CF

Tints of Mercury #DED1CF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.76%

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

R = 34.8%
G = 32.76%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DED1CF (or 0xDED1CF) is known color: Mercury. HEX triplet: DE, D1 and CF. RGB value is (222,209,207). Sum of RGB (Red+Green+Blue) = 222+209+207=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CF is #212E30. Grayscale: #D4D4D4. Windows color (decimal): -2174513 or 13619678. OLE color: 13619678.

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

Color convert

RGB 222 209 207 -
CMYK 0 0.06 0.07 0.13
HSL 0.19% 0.84% -
HSV(B) 0.07% 0.87% -
XYZ 64.19 65.64 68.32 -
YUV 212.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 222 209 207 0 0.06 0.07 0.13 8 0.19 0.84
Hex DE D1 CF 0 6 7 D 8 13 54
Octal 336 321 317 0 6 7 15 10 23 124
Binary 11011110 11010001 11001111 0 110 111 1101 1000 10011 1010100

Color Harmonies of #DED1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1CF

Black with #DED1CF

Text Example


Text Example

White with #DED1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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