Html Css Color HEX #DDD0CC Mercury

📋 copy color: '#DDD0CC'

red 221 ◦ green 208 ◦ blue 204

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

Shades of Mercury #DDD0CC

Tints of Mercury #DDD0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.23%

R = 34.91%
G = 32.86%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDD0CC (or 0xDDD0CC) is known color: Mercury. HEX triplet: DD, D0 and CC. RGB value is (221,208,204). Sum of RGB (Red+Green+Blue) = 221+208+204=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CC is #222F33. Grayscale: #D3D3D3. Windows color (decimal): -2240308 or 13422813. OLE color: 13422813.

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

Color convert

RGB 221 208 204 -
CMYK 0 0.06 0.08 0.13
HSL 14.12º 0.2% 0.83% -
HSV(B) 14.12º 0.08% 0.87% -
XYZ 63.27 64.84 66.31 -
YUV 211.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 221 208 204 0 0.06 0.08 0.13 14.12 0.2 0.83
Hex DD D0 CC 0 6 8 D E 14 53
Octal 335 320 314 0 6 10 15 16 24 123
Binary 11011101 11010000 11001100 0 110 1000 1101 1110 10100 1010011

Color Harmonies of #DDD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0CC

Black with #DDD0CC

Text Example


Text Example

White with #DDD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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