Html Css Color HEX #DAD7DA Snuff

📋 copy color: '#DAD7DA'

red 218 ◦ green 215 ◦ blue 218

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

Shades of Snuff #DAD7DA

Tints of Snuff #DAD7DA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.03%

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

R = 33.49%
G = 33.03%
B = 33.49%

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

#DAD7DA (or 0xDAD7DA) is known color: Snuff. HEX triplet: DA, D7 and DA. RGB value is (218,215,218). Sum of RGB (Red+Green+Blue) = 218+215+218=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7DA is #252825. Grayscale: #D8D8D8. Windows color (decimal): -2435110 or 14342106. OLE color: 14342106.

HSL color Cylindrical-coordinate representation of color #DAD7DA: hue angle of 300º degrees, saturation: 0.04, 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 #DAD7DA is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 218 -
CMYK 0 0.01 0 0.15
HSL 300º 0.04% 0.85% -
HSV(B) 300º 0.01% 0.85% -
XYZ 65.87 68.57 76.09 -
YUV 216.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 218 215 218 0 0.01 0 0.15 300 0.04 0.85
Hex DA D7 DA 0 1 0 F 12C 4 55
Octal 332 327 332 0 1 0 17 454 4 125
Binary 11011010 11010111 11011010 0 1 0 1111 100101100 100 1010101

Color Harmonies of #DAD7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD7DA

Black with #DAD7DA

Text Example


Text Example

White with #DAD7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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