Html Css Color HEX #D0CDCC Mercury

📋 copy color: '#D0CDCC'

red 208 ◦ green 205 ◦ blue 204

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

Shades of Mercury #D0CDCC

Tints of Mercury #D0CDCC

RGB

 RED value IS 208 (81.64% from 255) = 33.71%

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

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

R = 33.71%
G = 33.23%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0CDCC (or 0xD0CDCC) is known color: Mercury. HEX triplet: D0, CD and CC. RGB value is (208,205,204). Sum of RGB (Red+Green+Blue) = 208+205+204=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDCC is #2F3233. Grayscale: #CDCDCD. Windows color (decimal): -3093044 or 13422032. OLE color: 13422032.

HSL color Cylindrical-coordinate representation of color #D0CDCC: hue angle of 15º degrees, saturation: 0.04, 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 #D0CDCC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 205 204 -
CMYK 0 0.01 0.02 0.18
HSL 15º 0.04% 0.81% -
HSV(B) 15º 0.02% 0.82% -
XYZ 58.74 61.43 65.89 -
YUV 205.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 208 205 204 0 0.01 0.02 0.18 15 0.04 0.81
Hex D0 CD CC 0 1 2 12 F 4 51
Octal 320 315 314 0 1 2 22 17 4 121
Binary 11010000 11001101 11001100 0 1 10 10010 1111 100 1010001

Color Harmonies of #D0CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CDCC

Black with #D0CDCC

Text Example


Text Example

White with #D0CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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