Html Css Color HEX #DCCECC Mercury

📋 copy color: '#DCCECC'

red 220 ◦ green 206 ◦ blue 204

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

Shades of Mercury #DCCECC

Tints of Mercury #DCCECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.7%

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

R = 34.92%
G = 32.7%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCCECC (or 0xDCCECC) is known color: Mercury. HEX triplet: DC, CE and CC. RGB value is (220,206,204). Sum of RGB (Red+Green+Blue) = 220+206+204=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCECC is #233133. Grayscale: #D1D1D1. Windows color (decimal): -2306356 or 13422300. OLE color: 13422300.

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

Color convert

RGB 220 206 204 -
CMYK 0 0.06 0.07 0.14
HSL 7.5º 0.19% 0.83% -
HSV(B) 7.5º 0.07% 0.86% -
XYZ 62.49 63.72 66.13 -
YUV 209.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 220 206 204 0 0.06 0.07 0.14 7.5 0.19 0.83
Hex DC CE CC 0 6 7 E 8 13 53
Octal 334 316 314 0 6 7 16 10 23 123
Binary 11011100 11001110 11001100 0 110 111 1110 1000 10011 1010011

Color Harmonies of #DCCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCECC

Black with #DCCECC

Text Example


Text Example

White with #DCCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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