Html Css Color HEX #DAD8DA Snuff

📋 copy color: '#DAD8DA'

red 218 ◦ green 216 ◦ blue 218

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

Shades of Snuff #DAD8DA

Tints of Snuff #DAD8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.13%

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

R = 33.44%
G = 33.13%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAD8DA (or 0xDAD8DA) is known color: Snuff. HEX triplet: DA, D8 and DA. RGB value is (218,216,218). Sum of RGB (Red+Green+Blue) = 218+216+218=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8DA is #252725. Grayscale: #D8D8D8. Windows color (decimal): -2434854 or 14342362. OLE color: 14342362.

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

Color convert

RGB 218 216 218 -
CMYK 0 0.01 0 0.15
HSL 300º 0.03% 0.85% -
HSV(B) 300º 0.01% 0.85% -
XYZ 66.12 69.08 76.18 -
YUV 216.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 218 216 218 0 0.01 0 0.15 300 0.03 0.85
Hex DA D8 DA 0 1 0 F 12C 3 55
Octal 332 330 332 0 1 0 17 454 3 125
Binary 11011010 11011000 11011010 0 1 0 1111 100101100 11 1010101

Color Harmonies of #DAD8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD8DA

Black with #DAD8DA

Text Example


Text Example

White with #DAD8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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