Html Css Color HEX #D1CDCC Mercury

📋 copy color: '#D1CDCC'

red 209 ◦ green 205 ◦ blue 204

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

Shades of Mercury #D1CDCC

Tints of Mercury #D1CDCC

RGB

 RED value IS 209 (82.03% from 255) = 33.82%

 GREEN value IS 205 (80.47% from 255) = 33.17%

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

R = 33.82%
G = 33.17%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1CDCC (or 0xD1CDCC) is known color: Mercury. HEX triplet: D1, CD and CC. RGB value is (209,205,204). Sum of RGB (Red+Green+Blue) = 209+205+204=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDCC is #2E3233. Grayscale: #CECECE. Windows color (decimal): -3027508 or 13422033. OLE color: 13422033.

HSL color Cylindrical-coordinate representation of color #D1CDCC: hue angle of 12º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1CDCC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 204 -
CMYK 0 0.02 0.02 0.18
HSL 12º 0.05% 0.81% -
HSV(B) 12º 0.02% 0.82% -
XYZ 59.02 61.58 65.9 -
YUV 206.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 209 205 204 0 0.02 0.02 0.18 12 0.05 0.81
Hex D1 CD CC 0 2 2 12 C 5 51
Octal 321 315 314 0 2 2 22 14 5 121
Binary 11010001 11001101 11001100 0 10 10 10010 1100 101 1010001

Color Harmonies of #D1CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDCC

Black with #D1CDCC

Text Example


Text Example

White with #D1CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDCC; }

 p { color: rgb(209,205,204); }

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

background-color css

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

 a { background-color: rgb(209,205,204); }

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

border-color css

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

 span { border-color: rgb(209,205,204); }

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