Html Css Color HEX #DED6DC Snuff

📋 copy color: '#DED6DC'

red 222 ◦ green 214 ◦ blue 220

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

Shades of Snuff #DED6DC

Tints of Snuff #DED6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.62%

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 33.84%
G = 32.62%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DED6DC (or 0xDED6DC) is known color: Snuff. HEX triplet: DE, D6 and DC. RGB value is (222,214,220). Sum of RGB (Red+Green+Blue) = 222+214+220=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6DC is #212923. Grayscale: #D9D9D9. Windows color (decimal): -2173220 or 14472926. OLE color: 14472926.

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

Color convert

RGB 222 214 220 -
CMYK 0 0.04 0.01 0.13
HSL 315º 0.11% 0.85% -
HSV(B) 315º 0.04% 0.87% -
XYZ 67.09 68.79 77.45 -
YUV 217.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 222 214 220 0 0.04 0.01 0.13 315 0.11 0.85
Hex DE D6 DC 0 4 1 D 13B B 55
Octal 336 326 334 0 4 1 15 473 13 125
Binary 11011110 11010110 11011100 0 100 1 1101 100111011 1011 1010101

Color Harmonies of #DED6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED6DC

Black with #DED6DC

Text Example


Text Example

White with #DED6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED6DC; }

 p { color: rgb(222,214,220); }

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

background-color css

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

 a { background-color: rgb(222,214,220); }

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

border-color css

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

 span { border-color: rgb(222,214,220); }

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