#DAD7DA

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

Shades of Snuff #DAD7DA

Tints of Snuff #DAD7DA

Color information

#DAD7DA (or 0xDAD7DA) is unknown color: approx Snuff. HEX triplet: DA, D7 and DA. RGB value is (218,215,218). Sum of RGB (Red+Green+Blue) = 218+215+218=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7DA is #252825. Grayscale: #D8D8D8. Windows color (decimal): -2435110 or 14342106. OLE color: 14342106.

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

Color convert

RGB218215218-
CMYK00.0100.15
HSL300º3.9%84.9%-
HSV(B)300º1.38%85.49%-
XYZ65.8768.5776.09-
YUV216.24128.99129.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 215 (84.38% from 255) = 33.03%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=33.49%
G=33.03%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821521800.0100.153003.984.9
HexDAD7DA010F12c455
Octal332327332010174544125
Binary11011010110101111101101001011111001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7DA; }

 p { color: rgb(218,215,218); }

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

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

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

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

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

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

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