Html Css Color HEX #DFDADE Snuff

📋 copy color: '#DFDADE'

red 223 ◦ green 218 ◦ blue 222

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

Shades of Snuff #DFDADE

Tints of Snuff #DFDADE

RGB

 RED value IS 223 (87.5% from 255) = 33.63%

 GREEN value IS 218 (85.55% from 255) = 32.88%

 BLUE value IS 222 (87.11% from 255) = 33.48%

R = 33.63%
G = 32.88%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFDADE (or 0xDFDADE) is known color: Snuff. HEX triplet: DF, DA and DE. RGB value is (223,218,222). Sum of RGB (Red+Green+Blue) = 223+218+222=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDADE is #202521. Grayscale: #DBDBDB. Windows color (decimal): -2106658 or 14605023. OLE color: 14605023.

HSL color Cylindrical-coordinate representation of color #DFDADE: hue angle of 312º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDADE is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 218 222 -
CMYK 0 0.02 0.00 0.13
HSL 312º 0.07% 0.86% -
HSV(B) 312º 0.02% 0.87% -
XYZ 68.69 71.1 79.21 -
YUV 219.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 223 218 222 0 0.02 0.00 0.13 312 0.07 0.86
Hex DF DA DE 0 2 0 D 138 7 56
Octal 337 332 336 0 2 0 15 470 7 126
Binary 11011111 11011010 11011110 0 10 0 1101 100111000 111 1010110

Color Harmonies of #DFDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDADE

Black with #DFDADE

Text Example


Text Example

White with #DFDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDADE; }

 p { color: rgb(223,218,222); }

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

background-color css

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

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

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

border-color css

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

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

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