Html Css Color HEX #DFDAE0 Snuff

📋 copy color: '#DFDAE0'

red 223 ◦ green 218 ◦ blue 224

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

Shades of Snuff #DFDAE0

Tints of Snuff #DFDAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.68%

R = 33.53%
G = 32.78%
B = 33.68%

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFDAE0 (or 0xDFDAE0) is known color: Snuff. HEX triplet: DF, DA and E0. RGB value is (223,218,224). Sum of RGB (Red+Green+Blue) = 223+218+224=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFDAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAE0 is #20251F. Grayscale: #DCDCDC. Windows color (decimal): -2106656 or 14736095. OLE color: 14736095.

HSL color Cylindrical-coordinate representation of color #DFDAE0: hue angle of 290º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDAE0 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 218 224 -
CMYK 0.00 0.03 0 0.12
HSL 290º 0.09% 0.87% -
HSV(B) 290º 0.03% 0.88% -
XYZ 68.96 71.21 80.63 -
YUV 220.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 223 218 224 0.00 0.03 0 0.12 290 0.09 0.87
Hex DF DA E0 0 3 0 C 122 9 57
Octal 337 332 340 0 3 0 14 442 11 127
Binary 11011111 11011010 11100000 0 11 0 1100 100100010 1001 1010111

Color Harmonies of #DFDAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDAE0

Black with #DFDAE0

Text Example


Text Example

White with #DFDAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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