Html Css Color HEX #DDD0CD Mercury

📋 copy color: '#DDD0CD'

red 221 ◦ green 208 ◦ blue 205

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

Shades of Mercury #DDD0CD

Tints of Mercury #DDD0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.33%

R = 34.86%
G = 32.81%
B = 32.33%

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

#DDD0CD (or 0xDDD0CD) is known color: Mercury. HEX triplet: DD, D0 and CD. RGB value is (221,208,205). Sum of RGB (Red+Green+Blue) = 221+208+205=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CD is #222F32. Grayscale: #D3D3D3. Windows color (decimal): -2240307 or 13488349. OLE color: 13488349.

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

Color convert

RGB 221 208 205 -
CMYK 0 0.06 0.07 0.13
HSL 11.25º 0.19% 0.84% -
HSV(B) 11.25º 0.07% 0.87% -
XYZ 63.39 64.89 66.94 -
YUV 211.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 221 208 205 0 0.06 0.07 0.13 11.25 0.19 0.84
Hex DD D0 CD 0 6 7 D B 13 54
Octal 335 320 315 0 6 7 15 13 23 124
Binary 11011101 11010000 11001101 0 110 111 1101 1011 10011 1010100

Color Harmonies of #DDD0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0CD

Black with #DDD0CD

Text Example


Text Example

White with #DDD0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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