Html Css Color HEX #DDD1CF Mercury

📋 copy color: '#DDD1CF'

red 221 ◦ green 209 ◦ blue 207

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

Shades of Mercury #DDD1CF

Tints of Mercury #DDD1CF

RGB

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

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

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

R = 34.69%
G = 32.81%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDD1CF (or 0xDDD1CF) is known color: Mercury. HEX triplet: DD, D1 and CF. RGB value is (221,209,207). Sum of RGB (Red+Green+Blue) = 221+209+207=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CF is #222E30. Grayscale: #D4D4D4. Windows color (decimal): -2240049 or 13619677. OLE color: 13619677.

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

Color convert

RGB 221 209 207 -
CMYK 0 0.05 0.06 0.13
HSL 8.57º 0.17% 0.84% -
HSV(B) 8.57º 0.06% 0.87% -
XYZ 63.88 65.48 68.3 -
YUV 212.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 221 209 207 0 0.05 0.06 0.13 8.57 0.17 0.84
Hex DD D1 CF 0 5 6 D 9 11 54
Octal 335 321 317 0 5 6 15 11 21 124
Binary 11011101 11010001 11001111 0 101 110 1101 1001 10001 1010100

Color Harmonies of #DDD1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1CF

Black with #DDD1CF

Text Example


Text Example

White with #DDD1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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