#DAD3DB

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

Shades of Snuff #DAD3DB

Tints of Snuff #DAD3DB

Color information

#DAD3DB (or 0xDAD3DB) is unknown color: approx Snuff. HEX triplet: DA, D3 and DB. RGB value is (218,211,219). Sum of RGB (Red+Green+Blue) = 218+211+219=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3DB is #252C24. Grayscale: #D5D5D5. Windows color (decimal): -2436133 or 14406618. OLE color: 14406618.

HSL color Cylindrical-coordinate representation of color #DAD3DB: hue angle of 292.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD3DB is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218211219-
CMYK0.000.0400.14
HSL292.5º10%84.31%-
HSV(B)292.5º3.65%85.88%-
XYZ64.9966.6176.45-
YUV214130.82130.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 211 (82.81% from 255) = 32.56%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=33.64%
G=32.56%
B=33.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182112190.000.0400.14292.51084.31
HexDAD3DB040E124a54
Octal3323233330401644412124
Binary11011010110100111101101101000111010010010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3DB; }

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

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

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

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

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

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

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

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