Html Css Color HEX #DBCCC8 Mercury

📋 copy color: '#DBCCC8'

red 219 ◦ green 204 ◦ blue 200

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

Shades of Mercury #DBCCC8

Tints of Mercury #DBCCC8

RGB

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

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

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

R = 35.15%
G = 32.74%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBCCC8 (or 0xDBCCC8) is known color: Mercury. HEX triplet: DB, CC and C8. RGB value is (219,204,200). Sum of RGB (Red+Green+Blue) = 219+204+200=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC8 is #243337. Grayscale: #D0D0D0. Windows color (decimal): -2372408 or 13159643. OLE color: 13159643.

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

Color convert

RGB 219 204 200 -
CMYK 0 0.07 0.09 0.14
HSL 12.63º 0.21% 0.82% -
HSV(B) 12.63º 0.09% 0.86% -
XYZ 61.23 62.42 63.46 -
YUV 208.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 219 204 200 0 0.07 0.09 0.14 12.63 0.21 0.82
Hex DB CC C8 0 7 9 E D 15 52
Octal 333 314 310 0 7 11 16 15 25 122
Binary 11011011 11001100 11001000 0 111 1001 1110 1101 10101 1010010

Color Harmonies of #DBCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCC8

Black with #DBCCC8

Text Example


Text Example

White with #DBCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCC8; }

 p { color: rgb(219,204,200); }

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

background-color css

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

 a { background-color: rgb(219,204,200); }

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

border-color css

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

 span { border-color: rgb(219,204,200); }

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