Html Css Color HEX #D5CCC9 Mercury

📋 copy color: '#D5CCC9'

red 213 ◦ green 204 ◦ blue 201

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

Shades of Mercury #D5CCC9

Tints of Mercury #D5CCC9

RGB

 RED value IS 213 (83.59% from 255) = 34.47%

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

 BLUE value IS 201 (78.91% from 255) = 32.52%

R = 34.47%
G = 33.01%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5CCC9 (or 0xD5CCC9) is known color: Mercury. HEX triplet: D5, CC and C9. RGB value is (213,204,201). Sum of RGB (Red+Green+Blue) = 213+204+201=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCC9 is #2A3336. Grayscale: #CECECE. Windows color (decimal): -2765623 or 13225173. OLE color: 13225173.

HSL color Cylindrical-coordinate representation of color #D5CCC9: hue angle of 15º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CCC9 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 201 -
CMYK 0 0.04 0.06 0.16
HSL 15º 0.13% 0.81% -
HSV(B) 15º 0.06% 0.84% -
XYZ 59.58 61.55 64 -
YUV 206.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 213 204 201 0 0.04 0.06 0.16 15 0.13 0.81
Hex D5 CC C9 0 4 6 10 F C 51
Octal 325 314 311 0 4 6 20 17 14 121
Binary 11010101 11001100 11001001 0 100 110 10000 1111 1100 1010001

Color Harmonies of #D5CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCC9

Black with #D5CCC9

Text Example


Text Example

White with #D5CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCC9; }

 p { color: rgb(213,204,201); }

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

background-color css

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

 a { background-color: rgb(213,204,201); }

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

border-color css

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

 span { border-color: rgb(213,204,201); }

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