Html Css Color HEX #DDD0CE Mercury

📋 copy color: '#DDD0CE'

red 221 ◦ green 208 ◦ blue 206

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

Shades of Mercury #DDD0CE

Tints of Mercury #DDD0CE

RGB

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

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

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

R = 34.8%
G = 32.76%
B = 32.44%

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

#DDD0CE (or 0xDDD0CE) is known color: Mercury. HEX triplet: DD, D0 and CE. RGB value is (221,208,206). Sum of RGB (Red+Green+Blue) = 221+208+206=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CE is #222F31. Grayscale: #D3D3D3. Windows color (decimal): -2240306 or 13553885. OLE color: 13553885.

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

Color convert

RGB 221 208 206 -
CMYK 0 0.06 0.07 0.13
HSL 0.18% 0.84% -
HSV(B) 0.07% 0.87% -
XYZ 63.52 64.94 67.58 -
YUV 211.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 221 208 206 0 0.06 0.07 0.13 8 0.18 0.84
Hex DD D0 CE 0 6 7 D 8 12 54
Octal 335 320 316 0 6 7 15 10 22 124
Binary 11011101 11010000 11001110 0 110 111 1101 1000 10010 1010100

Color Harmonies of #DDD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0CE

Black with #DDD0CE

Text Example


Text Example

White with #DDD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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