Html Css Color HEX #DCCCCA Mercury

📋 copy color: '#DCCCCA'

red 220 ◦ green 204 ◦ blue 202

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

Shades of Mercury #DCCCCA

Tints of Mercury #DCCCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.27%

R = 35.14%
G = 32.59%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCCCCA (or 0xDCCCCA) is known color: Mercury. HEX triplet: DC, CC and CA. RGB value is (220,204,202). Sum of RGB (Red+Green+Blue) = 220+204+202=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCCA is #233335. Grayscale: #D0D0D0. Windows color (decimal): -2306870 or 13290716. OLE color: 13290716.

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

Color convert

RGB 220 204 202 -
CMYK 0 0.07 0.08 0.14
HSL 6.67º 0.2% 0.83% -
HSV(B) 6.67º 0.08% 0.86% -
XYZ 61.77 62.67 64.72 -
YUV 208.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 220 204 202 0 0.07 0.08 0.14 6.67 0.2 0.83
Hex DC CC CA 0 7 8 E 7 14 53
Octal 334 314 312 0 7 10 16 7 24 123
Binary 11011100 11001100 11001010 0 111 1000 1110 111 10100 1010011

Color Harmonies of #DCCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCCA

Black with #DCCCCA

Text Example


Text Example

White with #DCCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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