Html Css Color HEX #DBD1CE Mercury

📋 copy color: '#DBD1CE'

red 219 ◦ green 209 ◦ blue 206

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

Shades of Mercury #DBD1CE

Tints of Mercury #DBD1CE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.97%

 BLUE value IS 206 (80.86% from 255) = 32.49%

R = 34.54%
G = 32.97%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBD1CE (or 0xDBD1CE) is known color: Mercury. HEX triplet: DB, D1 and CE. RGB value is (219,209,206). Sum of RGB (Red+Green+Blue) = 219+209+206=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1CE is #242E31. Grayscale: #D3D3D3. Windows color (decimal): -2371122 or 13554139. OLE color: 13554139.

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

Color convert

RGB 219 209 206 -
CMYK 0 0.05 0.06 0.14
HSL 13.85º 0.15% 0.83% -
HSV(B) 13.85º 0.06% 0.86% -
XYZ 63.15 65.12 67.63 -
YUV 211.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 219 209 206 0 0.05 0.06 0.14 13.85 0.15 0.83
Hex DB D1 CE 0 5 6 E E F 53
Octal 333 321 316 0 5 6 16 16 17 123
Binary 11011011 11010001 11001110 0 101 110 1110 1110 1111 1010011

Color Harmonies of #DBD1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD1CE

Black with #DBD1CE

Text Example


Text Example

White with #DBD1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD1CE; }

 p { color: rgb(219,209,206); }

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

background-color css

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

 a { background-color: rgb(219,209,206); }

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

border-color css

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

 span { border-color: rgb(219,209,206); }

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