Html Css Color HEX #DCCCC8 Mercury

📋 copy color: '#DCCCC8'

red 220 ◦ green 204 ◦ blue 200

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

Shades of Mercury #DCCCC8

Tints of Mercury #DCCCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.05%

R = 35.26%
G = 32.69%
B = 32.05%

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

#DCCCC8 (or 0xDCCCC8) is known color: Mercury. HEX triplet: DC, CC and C8. RGB value is (220,204,200). Sum of RGB (Red+Green+Blue) = 220+204+200=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC8 is #233337. Grayscale: #D0D0D0. Windows color (decimal): -2306872 or 13159644. OLE color: 13159644.

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

Color convert

RGB 220 204 200 -
CMYK 0 0.07 0.09 0.14
HSL 12º 0.22% 0.82% -
HSV(B) 12º 0.09% 0.86% -
XYZ 61.53 62.57 63.48 -
YUV 208.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 220 204 200 0 0.07 0.09 0.14 12 0.22 0.82
Hex DC CC C8 0 7 9 E C 16 52
Octal 334 314 310 0 7 11 16 14 26 122
Binary 11011100 11001100 11001000 0 111 1001 1110 1100 10110 1010010

Color Harmonies of #DCCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCC8

Black with #DCCCC8

Text Example


Text Example

White with #DCCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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