Html Css Color HEX #DAD1CE Mercury

📋 copy color: '#DAD1CE'

red 218 ◦ green 209 ◦ blue 206

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

Shades of Mercury #DAD1CE

Tints of Mercury #DAD1CE

RGB

 RED value IS 218 (85.55% from 255) = 34.44%

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

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

R = 34.44%
G = 33.02%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAD1CE (or 0xDAD1CE) is known color: Mercury. HEX triplet: DA, D1 and CE. RGB value is (218,209,206). Sum of RGB (Red+Green+Blue) = 218+209+206=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1CE is #252E31. Grayscale: #D3D3D3. Windows color (decimal): -2436658 or 13554138. OLE color: 13554138.

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

Color convert

RGB 218 209 206 -
CMYK 0 0.04 0.06 0.15
HSL 15º 0.14% 0.83% -
HSV(B) 15º 0.06% 0.85% -
XYZ 62.85 64.96 67.62 -
YUV 211.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 218 209 206 0 0.04 0.06 0.15 15 0.14 0.83
Hex DA D1 CE 0 4 6 F F E 53
Octal 332 321 316 0 4 6 17 17 16 123
Binary 11011010 11010001 11001110 0 100 110 1111 1111 1110 1010011

Color Harmonies of #DAD1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD1CE

Black with #DAD1CE

Text Example


Text Example

White with #DAD1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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