#DAD1DB

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

Shades of Snuff #DAD1DB

Tints of Snuff #DAD1DB

Color information

#DAD1DB (or 0xDAD1DB) is unknown color: approx Snuff. HEX triplet: DA, D1 and DB. RGB value is (218,209,219). Sum of RGB (Red+Green+Blue) = 218+209+219=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1DB is #252E24. Grayscale: #D4D4D4. Windows color (decimal): -2436645 or 14406106. OLE color: 14406106.

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

Color convert

RGB218209219-
CMYK0.000.0500.14
HSL294º12.2%83.92%-
HSV(B)294º4.57%85.88%-
XYZ64.565.6276.28-
YUV212.83131.48131.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 209 (82.03% from 255) = 32.35%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=33.75%
G=32.35%
B=33.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182092190.000.0500.1429412.283.92
HexDAD1DB050E126c54
Octal3323213330501644614124
Binary11011010110100011101101101010111010010011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1DB; }

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

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

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

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

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

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

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

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