Html Css Color HEX #DAD1DB Snuff

📋 copy color: '#DAD1DB'

red 218 ◦ green 209 ◦ blue 219

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

Shades of Snuff #DAD1DB

Tints of Snuff #DAD1DB

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.9%

R = 33.75%
G = 32.35%
B = 33.9%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 218 209 219 -
CMYK 0.00 0.05 0 0.14
HSL 294º 0.12% 0.84% -
HSV(B) 294º 0.05% 0.86% -
XYZ 64.5 65.62 76.28 -
YUV 212.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 218 209 219 0.00 0.05 0 0.14 294 0.12 0.84
Hex DA D1 DB 0 5 0 E 126 C 54
Octal 332 321 333 0 5 0 16 446 14 124
Binary 11011010 11010001 11011011 0 101 0 1110 100100110 1100 1010100

Color Harmonies of #DAD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD1DB

Black with #DAD1DB

Text Example


Text Example

White with #DAD1DB

Text Example


Text Example

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