#DAD8DA

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

Shades of Snuff #DAD8DA

Tints of Snuff #DAD8DA

Color information

#DAD8DA (or 0xDAD8DA) is unknown color: approx Snuff. HEX triplet: DA, D8 and DA. RGB value is (218,216,218). Sum of RGB (Red+Green+Blue) = 218+216+218=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8DA is #252725. Grayscale: #D8D8D8. Windows color (decimal): -2434854 or 14342362. OLE color: 14342362.

HSL color Cylindrical-coordinate representation of color #DAD8DA: hue angle of 300º degrees, saturation: 0.03, 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 #DAD8DA is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218216218-
CMYK00.0100.15
HSL300º2.63%85.1%-
HSV(B)300º0.92%85.49%-
XYZ66.1269.0876.18-
YUV216.83128.66128.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 216 (84.77% from 255) = 33.13%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=33.44%
G=33.13%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821621800.0100.153002.6385.1
HexDAD8DA010F12c355
Octal332330332010174543125
Binary1101101011011000110110100101111100101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8DA; }

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

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

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

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

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

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

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

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