Html Css Color HEX #DAD3DB Snuff

📋 copy color: '#DAD3DB'

red 218 ◦ green 211 ◦ blue 219

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

Shades of Snuff #DAD3DB

Tints of Snuff #DAD3DB

RGB

 RED value IS 218 (85.55% from 255) = 33.64%

 GREEN value IS 211 (82.81% from 255) = 32.56%

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 33.64%
G = 32.56%
B = 33.8%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAD3DB (or 0xDAD3DB) is known color: Snuff. HEX triplet: DA, D3 and DB. RGB value is (218,211,219). Sum of RGB (Red+Green+Blue) = 218+211+219=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3DB is #252C24. Grayscale: #D5D5D5. Windows color (decimal): -2436133 or 14406618. OLE color: 14406618.

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

Color convert

RGB 218 211 219 -
CMYK 0.00 0.04 0 0.14
HSL 292.5º 0.1% 0.84% -
HSV(B) 292.5º 0.04% 0.86% -
XYZ 64.99 66.61 76.45 -
YUV 214.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 218 211 219 0.00 0.04 0 0.14 292.5 0.1 0.84
Hex DA D3 DB 0 4 0 E 124 A 54
Octal 332 323 333 0 4 0 16 444 12 124
Binary 11011010 11010011 11011011 0 100 0 1110 100100100 1010 1010100

Color Harmonies of #DAD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3DB

Black with #DAD3DB

Text Example


Text Example

White with #DAD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3DB; }

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

 H1.HeaderClassName
 {
   color: #DAD3DB;
 }
 .AnyTagClassName
 {
   color: #DAD3DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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