Html Css Color HEX #DBCDC9 Mercury

📋 copy color: '#DBCDC9'

red 219 ◦ green 205 ◦ blue 201

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

Shades of Mercury #DBCDC9

Tints of Mercury #DBCDC9

RGB

 RED value IS 219 (85.94% from 255) = 35.04%

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

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

R = 35.04%
G = 32.8%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBCDC9 (or 0xDBCDC9) is known color: Mercury. HEX triplet: DB, CD and C9. RGB value is (219,205,201). Sum of RGB (Red+Green+Blue) = 219+205+201=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC9 is #243236. Grayscale: #D0D0D0. Windows color (decimal): -2372151 or 13225435. OLE color: 13225435.

HSL color Cylindrical-coordinate representation of color #DBCDC9: hue angle of 13.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCDC9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 201 -
CMYK 0 0.06 0.08 0.14
HSL 13.33º 0.2% 0.82% -
HSV(B) 13.33º 0.08% 0.86% -
XYZ 61.59 62.94 64.16 -
YUV 208.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 219 205 201 0 0.06 0.08 0.14 13.33 0.2 0.82
Hex DB CD C9 0 6 8 E D 14 52
Octal 333 315 311 0 6 10 16 15 24 122
Binary 11011011 11001101 11001001 0 110 1000 1110 1101 10100 1010010

Color Harmonies of #DBCDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDC9

Black with #DBCDC9

Text Example


Text Example

White with #DBCDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCDC9; }

 p { color: rgb(219,205,201); }

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

background-color css

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

 a { background-color: rgb(219,205,201); }

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

border-color css

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

 span { border-color: rgb(219,205,201); }

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