Html Css Color HEX #D5CBC8 Mercury

📋 copy color: '#D5CBC8'

red 213 ◦ green 203 ◦ blue 200

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

Shades of Mercury #D5CBC8

Tints of Mercury #D5CBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.95%

 BLUE value IS 200 (78.52% from 255) = 32.47%

R = 34.58%
G = 32.95%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5CBC8 (or 0xD5CBC8) is known color: Mercury. HEX triplet: D5, CB and C8. RGB value is (213,203,200). Sum of RGB (Red+Green+Blue) = 213+203+200=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBC8 is #2A3437. Grayscale: #CDCDCD. Windows color (decimal): -2765880 or 13159381. OLE color: 13159381.

HSL color Cylindrical-coordinate representation of color #D5CBC8: hue angle of 13.85º degrees, saturation: 0.13, 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 #D5CBC8 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 203 200 -
CMYK 0 0.05 0.06 0.16
HSL 13.85º 0.13% 0.81% -
HSV(B) 13.85º 0.06% 0.84% -
XYZ 59.22 61.03 63.3 -
YUV 205.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 213 203 200 0 0.05 0.06 0.16 13.85 0.13 0.81
Hex D5 CB C8 0 5 6 10 E D 51
Octal 325 313 310 0 5 6 20 16 15 121
Binary 11010101 11001011 11001000 0 101 110 10000 1110 1101 1010001

Color Harmonies of #D5CBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBC8

Black with #D5CBC8

Text Example


Text Example

White with #D5CBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBC8; }

 p { color: rgb(213,203,200); }

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

background-color css

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

 a { background-color: rgb(213,203,200); }

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

border-color css

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

 span { border-color: rgb(213,203,200); }

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