Html Css Color HEX #DAD0DB Snuff

📋 copy color: '#DAD0DB'

red 218 ◦ green 208 ◦ blue 219

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

Shades of Snuff #DAD0DB

Tints of Snuff #DAD0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.25%

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

R = 33.8%
G = 32.25%
B = 33.95%

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

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

RGB 218 208 219 -
CMYK 0.00 0.05 0 0.14
HSL 294.55º 0.13% 0.84% -
HSV(B) 294.55º 0.05% 0.86% -
XYZ 64.26 65.13 76.2 -
YUV 212.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 218 208 219 0.00 0.05 0 0.14 294.55 0.13 0.84
Hex DA D0 DB 0 5 0 E 127 D 54
Octal 332 320 333 0 5 0 16 447 15 124
Binary 11011010 11010000 11011011 0 101 0 1110 100100111 1101 1010100

Color Harmonies of #DAD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD0DB

Black with #DAD0DB

Text Example


Text Example

White with #DAD0DB

Text Example


Text Example

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