#DAD3DA

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

Shades of Snuff #DAD3DA

Tints of Snuff #DAD3DA

Color information

#DAD3DA (or 0xDAD3DA) is unknown color: approx Snuff. HEX triplet: DA, D3 and DA. RGB value is (218,211,218). Sum of RGB (Red+Green+Blue) = 218+211+218=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3DA is #252C25. Grayscale: #D5D5D5. Windows color (decimal): -2436134 or 14341082. OLE color: 14341082.

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

Color convert

RGB218211218-
CMYK00.0300.15
HSL300º8.64%84.12%-
HSV(B)300º3.21%85.49%-
XYZ64.8666.5675.76-
YUV213.89130.32130.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 211 (82.81% from 255) = 32.61%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=33.69%
G=32.61%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821121800.0300.153008.6484.12
HexDAD3DA030F12c954
Octal3323233320301745411124
Binary1101101011010011110110100110111110010110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3DA; }

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

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

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

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

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

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

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

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