Html Css Color HEX #DDD2CE Mercury

📋 copy color: '#DDD2CE'

red 221 ◦ green 210 ◦ blue 206

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

Shades of Mercury #DDD2CE

Tints of Mercury #DDD2CE

RGB

 RED value IS 221 (86.72% from 255) = 34.69%

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

 BLUE value IS 206 (80.86% from 255) = 32.34%

R = 34.69%
G = 32.97%
B = 32.34%

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

#DDD2CE (or 0xDDD2CE) is known color: Mercury. HEX triplet: DD, D2 and CE. RGB value is (221,210,206). Sum of RGB (Red+Green+Blue) = 221+210+206=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2CE is #222D31. Grayscale: #D4D4D4. Windows color (decimal): -2239794 or 13554397. OLE color: 13554397.

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

Color convert

RGB 221 210 206 -
CMYK 0 0.05 0.07 0.13
HSL 16º 0.18% 0.84% -
HSV(B) 16º 0.07% 0.87% -
XYZ 64.01 65.92 67.74 -
YUV 212.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 221 210 206 0 0.05 0.07 0.13 16 0.18 0.84
Hex DD D2 CE 0 5 7 D 10 12 54
Octal 335 322 316 0 5 7 15 20 22 124
Binary 11011101 11010010 11001110 0 101 111 1101 10000 10010 1010100

Color Harmonies of #DDD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2CE

Black with #DDD2CE

Text Example


Text Example

White with #DDD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2CE; }

 p { color: rgb(221,210,206); }

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

background-color css

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

 a { background-color: rgb(221,210,206); }

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

border-color css

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

 span { border-color: rgb(221,210,206); }

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