Html Css Color HEX #DAD0CE Mercury

📋 copy color: '#DAD0CE'

red 218 ◦ green 208 ◦ blue 206

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

Shades of Mercury #DAD0CE

Tints of Mercury #DAD0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.91%

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

R = 34.49%
G = 32.91%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAD0CE (or 0xDAD0CE) is known color: Mercury. HEX triplet: DA, D0 and CE. RGB value is (218,208,206). Sum of RGB (Red+Green+Blue) = 218+208+206=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0CE is #252F31. Grayscale: #D2D2D2. Windows color (decimal): -2436914 or 13553882. OLE color: 13553882.

HSL color Cylindrical-coordinate representation of color #DAD0CE: hue angle of 10º 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 #DAD0CE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 208 206 -
CMYK 0 0.05 0.06 0.15
HSL 10º 0.14% 0.83% -
HSV(B) 10º 0.06% 0.85% -
XYZ 62.61 64.47 67.54 -
YUV 210.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 218 208 206 0 0.05 0.06 0.15 10 0.14 0.83
Hex DA D0 CE 0 5 6 F A E 53
Octal 332 320 316 0 5 6 17 12 16 123
Binary 11011010 11010000 11001110 0 101 110 1111 1010 1110 1010011

Color Harmonies of #DAD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD0CE

Black with #DAD0CE

Text Example


Text Example

White with #DAD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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