Html Css Color HEX #DED5E0 Snuff

📋 copy color: '#DED5E0'

red 222 ◦ green 213 ◦ blue 224

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

Shades of Snuff #DED5E0

Tints of Snuff #DED5E0

RGB

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

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

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

R = 33.69%
G = 32.32%
B = 33.99%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DED5E0 (or 0xDED5E0) is known color: Snuff. HEX triplet: DE, D5 and E0. RGB value is (222,213,224). Sum of RGB (Red+Green+Blue) = 222+213+224=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 224 - color contains mainly: blue. Hex color #DED5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5E0 is #212A1F. Grayscale: #D8D8D8. Windows color (decimal): -2173472 or 14734814. OLE color: 14734814.

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

Color convert

RGB 222 213 224 -
CMYK 0.01 0.05 0 0.12
HSL 289.09º 0.15% 0.86% -
HSV(B) 289.09º 0.05% 0.88% -
XYZ 67.37 68.5 80.19 -
YUV 216.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 222 213 224 0.01 0.05 0 0.12 289.09 0.15 0.86
Hex DE D5 E0 1 5 0 C 121 F 56
Octal 336 325 340 1 5 0 14 441 17 126
Binary 11011110 11010101 11100000 1 101 0 1100 100100001 1111 1010110

Color Harmonies of #DED5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5E0

Black with #DED5E0

Text Example


Text Example

White with #DED5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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