Html Css Color HEX #DED5DF Snuff

📋 copy color: '#DED5DF'

red 222 ◦ green 213 ◦ blue 223

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

Shades of Snuff #DED5DF

Tints of Snuff #DED5DF

RGB

 RED value IS 222 (87.11% from 255) = 33.74%

 GREEN value IS 213 (83.59% from 255) = 32.37%

 BLUE value IS 223 (87.5% from 255) = 33.89%

R = 33.74%
G = 32.37%
B = 33.89%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DED5DF (or 0xDED5DF) is known color: Snuff. HEX triplet: DE, D5 and DF. RGB value is (222,213,223). Sum of RGB (Red+Green+Blue) = 222+213+223=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #DED5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5DF is #212A20. Grayscale: #D8D8D8. Windows color (decimal): -2173473 or 14669278. OLE color: 14669278.

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

Color convert

RGB 222 213 223 -
CMYK 0.00 0.04 0 0.13
HSL 294º 0.14% 0.85% -
HSV(B) 294º 0.04% 0.87% -
XYZ 67.24 68.45 79.48 -
YUV 216.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 222 213 223 0.00 0.04 0 0.13 294 0.14 0.85
Hex DE D5 DF 0 4 0 D 126 E 55
Octal 336 325 337 0 4 0 15 446 16 125
Binary 11011110 11010101 11011111 0 100 0 1101 100100110 1110 1010101

Color Harmonies of #DED5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5DF

Black with #DED5DF

Text Example


Text Example

White with #DED5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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