Html Css Color HEX #D4CDCB Mercury

📋 copy color: '#D4CDCB'

red 212 ◦ green 205 ◦ blue 203

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

Shades of Mercury #D4CDCB

Tints of Mercury #D4CDCB

RGB

 RED value IS 212 (83.2% from 255) = 34.19%

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

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

R = 34.19%
G = 33.06%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4CDCB (or 0xD4CDCB) is known color: Mercury. HEX triplet: D4, CD and CB. RGB value is (212,205,203). Sum of RGB (Red+Green+Blue) = 212+205+203=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDCB is #2B3234. Grayscale: #CECECE. Windows color (decimal): -2830901 or 13356500. OLE color: 13356500.

HSL color Cylindrical-coordinate representation of color #D4CDCB: hue angle of 13.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CDCB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 205 203 -
CMYK 0 0.03 0.04 0.17
HSL 13.33º 0.09% 0.81% -
HSV(B) 13.33º 0.04% 0.83% -
XYZ 59.76 61.97 65.31 -
YUV 206.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 212 205 203 0 0.03 0.04 0.17 13.33 0.09 0.81
Hex D4 CD CB 0 3 4 11 D 9 51
Octal 324 315 313 0 3 4 21 15 11 121
Binary 11010100 11001101 11001011 0 11 100 10001 1101 1001 1010001

Color Harmonies of #D4CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDCB

Black with #D4CDCB

Text Example


Text Example

White with #D4CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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