Html Css Color HEX #DCCCC9 Mercury

📋 copy color: '#DCCCC9'

red 220 ◦ green 204 ◦ blue 201

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

Shades of Mercury #DCCCC9

Tints of Mercury #DCCCC9

RGB

 RED value IS 220 (86.33% from 255) = 35.2%

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

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

R = 35.2%
G = 32.64%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCCCC9 (or 0xDCCCC9) is known color: Mercury. HEX triplet: DC, CC and C9. RGB value is (220,204,201). Sum of RGB (Red+Green+Blue) = 220+204+201=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC9 is #233336. Grayscale: #D0D0D0. Windows color (decimal): -2306871 or 13225180. OLE color: 13225180.

HSL color Cylindrical-coordinate representation of color #DCCCC9: hue angle of 9.47º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCCC9 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 201 -
CMYK 0 0.07 0.09 0.14
HSL 9.47º 0.21% 0.83% -
HSV(B) 9.47º 0.09% 0.86% -
XYZ 61.65 62.62 64.1 -
YUV 208.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 220 204 201 0 0.07 0.09 0.14 9.47 0.21 0.83
Hex DC CC C9 0 7 9 E 9 15 53
Octal 334 314 311 0 7 11 16 11 25 123
Binary 11011100 11001100 11001001 0 111 1001 1110 1001 10101 1010011

Color Harmonies of #DCCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCC9

Black with #DCCCC9

Text Example


Text Example

White with #DCCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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