#DAD2DB

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

Shades of Snuff #DAD2DB

Tints of Snuff #DAD2DB

Color information

#DAD2DB (or 0xDAD2DB) is unknown color: approx Snuff. HEX triplet: DA, D2 and DB. RGB value is (218,210,219). Sum of RGB (Red+Green+Blue) = 218+210+219=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2DB is #252D24. Grayscale: #D5D5D5. Windows color (decimal): -2436389 or 14406362. OLE color: 14406362.

HSL color Cylindrical-coordinate representation of color #DAD2DB: hue angle of 293.33º degrees, saturation: 0.11, 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 #DAD2DB is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218210219-
CMYK0.000.0400.14
HSL293.33º11.11%84.12%-
HSV(B)293.33º4.11%85.88%-
XYZ64.7566.1176.37-
YUV213.42131.15131.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 210 (82.42% from 255) = 32.46%
BLUE value IS 219 (85.94% from 255) = 33.85%
R=33.69%
G=32.46%
B=33.85%

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
Decimal2182102190.000.0400.14293.3311.1184.12
HexDAD2DB040E125b54
Octal3323223330401644513124
Binary11011010110100101101101101000111010010010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2DB; }

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

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

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

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

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

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

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

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