Html Css Color HEX #DAD6DA Snuff

📋 copy color: '#DAD6DA'

red 218 ◦ green 214 ◦ blue 218

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

Shades of Snuff #DAD6DA

Tints of Snuff #DAD6DA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.92%

 BLUE value IS 218 (85.55% from 255) = 33.54%

R = 33.54%
G = 32.92%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAD6DA (or 0xDAD6DA) is known color: Snuff. HEX triplet: DA, D6 and DA. RGB value is (218,214,218). Sum of RGB (Red+Green+Blue) = 218+214+218=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6DA is #252925. Grayscale: #D7D7D7. Windows color (decimal): -2435366 or 14341850. OLE color: 14341850.

HSL color Cylindrical-coordinate representation of color #DAD6DA: hue angle of 300º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DAD6DA is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 218 -
CMYK 0 0.02 0 0.15
HSL 300º 0.05% 0.85% -
HSV(B) 300º 0.02% 0.85% -
XYZ 65.61 68.06 76.01 -
YUV 215.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 218 214 218 0 0.02 0 0.15 300 0.05 0.85
Hex DA D6 DA 0 2 0 F 12C 5 55
Octal 332 326 332 0 2 0 17 454 5 125
Binary 11011010 11010110 11011010 0 10 0 1111 100101100 101 1010101

Color Harmonies of #DAD6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD6DA

Black with #DAD6DA

Text Example


Text Example

White with #DAD6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD6DA; }

 p { color: rgb(218,214,218); }

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

background-color css

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

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

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

border-color css

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

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

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