Html Css Color HEX #DAD5DB Snuff

📋 copy color: '#DAD5DB'

red 218 ◦ green 213 ◦ blue 219

#DAD5DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #DAD5DB

Tints of Snuff #DAD5DB

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 value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAD5DB (or 0xDAD5DB) is known color: 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

RGB 218 213 219 -
CMYK 0.00 0.03 0 0.14
HSL 290º 0.08% 0.85% -
HSV(B) 290º 0.03% 0.86% -
XYZ 65.49 67.61 76.62 -
YUV 215.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 218 213 219 0.00 0.03 0 0.14 290 0.08 0.85
Hex DA D5 DB 0 3 0 E 122 8 55
Octal 332 325 333 0 3 0 16 442 10 125
Binary 11011010 11010101 11011011 0 11 0 1110 100100010 1000 1010101

Color Harmonies of #DAD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD5DB

Black with #DAD5DB

Text Example


Text Example

White with #DAD5DB

Text Example


Text Example

HTML Codes & Css Web 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>