#DAD0DB

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

Shades of Snuff #DAD0DB

Tints of Snuff #DAD0DB

Color information

#DAD0DB (or 0xDAD0DB) is unknown color: approx Snuff. HEX triplet: DA, D0 and DB. RGB value is (218,208,219). Sum of RGB (Red+Green+Blue) = 218+208+219=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0DB is #252F24. Grayscale: #D4D4D4. Windows color (decimal): -2436901 or 14405850. OLE color: 14405850.

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

Color convert

RGB218208219-
CMYK0.000.0500.14
HSL294.55º13.25%83.73%-
HSV(B)294.55º5.02%85.88%-
XYZ64.2665.1376.2-
YUV212.24131.81132.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 208 (81.64% from 255) = 32.25%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=33.80%
G=32.25%
B=33.95%

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
Decimal2182082190.000.0500.14294.5513.2583.73
HexDAD0DB050E127d54
Octal3323203330501644715124
Binary11011010110100001101101101010111010010011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0DB; }

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

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

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

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

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

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

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

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