Html Css Color HEX #DDCCC9 Mercury

📋 copy color: '#DDCCC9'

red 221 ◦ green 204 ◦ blue 201

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

Shades of Mercury #DDCCC9

Tints of Mercury #DDCCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.59%

 BLUE value IS 201 (78.91% from 255) = 32.11%

R = 35.3%
G = 32.59%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDCCC9 (or 0xDDCCC9) is known color: Mercury. HEX triplet: DD, CC and C9. RGB value is (221,204,201). Sum of RGB (Red+Green+Blue) = 221+204+201=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC9 is #223336. Grayscale: #D0D0D0. Windows color (decimal): -2241335 or 13225181. OLE color: 13225181.

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

Color convert

RGB 221 204 201 -
CMYK 0 0.08 0.09 0.13
HSL 0.23% 0.83% -
HSV(B) 0.09% 0.87% -
XYZ 61.95 62.77 64.11 -
YUV 208.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 221 204 201 0 0.08 0.09 0.13 9 0.23 0.83
Hex DD CC C9 0 8 9 D 9 17 53
Octal 335 314 311 0 10 11 15 11 27 123
Binary 11011101 11001100 11001001 0 1000 1001 1101 1001 10111 1010011

Color Harmonies of #DDCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCC9

Black with #DDCCC9

Text Example


Text Example

White with #DDCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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