Html Css Color HEX #DED6DF Snuff

📋 copy color: '#DED6DF'

red 222 ◦ green 214 ◦ blue 223

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

Shades of Snuff #DED6DF

Tints of Snuff #DED6DF

RGB

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

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

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

R = 33.69%
G = 32.47%
B = 33.84%

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

#DED6DF (or 0xDED6DF) is known color: Snuff. HEX triplet: DE, D6 and DF. RGB value is (222,214,223). Sum of RGB (Red+Green+Blue) = 222+214+223=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: blue. Hex color #DED6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6DF is #212920. Grayscale: #D9D9D9. Windows color (decimal): -2173217 or 14669534. OLE color: 14669534.

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

Color convert

RGB 222 214 223 -
CMYK 0.00 0.04 0 0.13
HSL 293.33º 0.12% 0.86% -
HSV(B) 293.33º 0.04% 0.87% -
XYZ 67.49 68.95 79.56 -
YUV 217.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 222 214 223 0.00 0.04 0 0.13 293.33 0.12 0.86
Hex DE D6 DF 0 4 0 D 125 C 56
Octal 336 326 337 0 4 0 15 445 14 126
Binary 11011110 11010110 11011111 0 100 0 1101 100100101 1100 1010110

Color Harmonies of #DED6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED6DF

Black with #DED6DF

Text Example


Text Example

White with #DED6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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