#DAD2CF

Color #DAD2CF Mercury (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mercury #DAD2CF

Tints of Mercury #DAD2CF

Color information

#DAD2CF (or 0xDAD2CF) is unknown color: approx Mercury. HEX triplet: DA, D2 and CF. RGB value is (218,210,207). Sum of RGB (Red+Green+Blue) = 218+210+207=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2CF is #252D30. Grayscale: #D4D4D4. Windows color (decimal): -2436401 or 13619930. OLE color: 13619930.

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

Color convert

RGB218210207-
CMYK00.040.050.15
HSL16.36º12.94%83.33%-
HSV(B)16.36º5.05%85.49%-
XYZ63.2265.568.34-
YUV212.05125.15132.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=34.33%
G=33.07%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821020700.040.050.1516.3612.9483.33
HexDAD2CF045F10d53
Octal332322317045172015123
Binary110110101101001011001111010010111111000011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2CF; }

 p { color: rgb(218,210,207); }

 H1.HeaderClassName
 {
   color: #DAD2CF;
 }
 .AnyTagClassName
 {
   color: #DAD2CF;
 }
</style>
background-color css

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

 a { background-color: rgb(218,210,207); }

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

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

 span { border-color: rgb(218,210,207); }

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