#DAD5DB

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

Shades of Snuff #DAD5DB

Tints of Snuff #DAD5DB

Color information

#DAD5DB (or 0xDAD5DB) is unknown color: approx Snuff. HEX triplet: DA, D5 and DB. RGB value is (218,213,219). Sum of RGB (Red+Green+Blue) = 218+213+219=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5DB is #252A24. Grayscale: #D7D7D7. Windows color (decimal): -2435621 or 14407130. OLE color: 14407130.

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

Color convert

RGB218213219-
CMYK0.000.0300.14
HSL290º7.69%84.71%-
HSV(B)290º2.74%85.88%-
XYZ65.4967.6176.62-
YUV215.18130.16130.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 213 (83.59% from 255) = 32.77%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=33.54%
G=32.77%
B=33.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182132190.000.0300.142907.6984.71
HexDAD5DB030E122855
Octal3323253330301644210125
Binary1101101011010101110110110110111010010001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5DB; }

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

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

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

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

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

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

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

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