Html Css Color HEX #D2CDCB Mercury

📋 copy color: '#D2CDCB'

red 210 ◦ green 205 ◦ blue 203

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

Shades of Mercury #D2CDCB

Tints of Mercury #D2CDCB

RGB

 RED value IS 210 (82.42% from 255) = 33.98%

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

 BLUE value IS 203 (79.69% from 255) = 32.85%

R = 33.98%
G = 33.17%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D2CDCB (or 0xD2CDCB) is known color: Mercury. HEX triplet: D2, CD and CB. RGB value is (210,205,203). Sum of RGB (Red+Green+Blue) = 210+205+203=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDCB is #2D3234. Grayscale: #CECECE. Windows color (decimal): -2961973 or 13356498. OLE color: 13356498.

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

Color convert

RGB 210 205 203 -
CMYK 0 0.02 0.03 0.18
HSL 17.14º 0.07% 0.81% -
HSV(B) 17.14º 0.03% 0.82% -
XYZ 59.19 61.68 65.28 -
YUV 206.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 210 205 203 0 0.02 0.03 0.18 17.14 0.07 0.81
Hex D2 CD CB 0 2 3 12 11 7 51
Octal 322 315 313 0 2 3 22 21 7 121
Binary 11010010 11001101 11001011 0 10 11 10010 10001 111 1010001

Color Harmonies of #D2CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CDCB

Black with #D2CDCB

Text Example


Text Example

White with #D2CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CDCB; }

 p { color: rgb(210,205,203); }

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

background-color css

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

 a { background-color: rgb(210,205,203); }

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

border-color css

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

 span { border-color: rgb(210,205,203); }

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