Shades of Snuff #EDDCE9
Tints of Snuff #EDDCE9
RGB
CMYK
RGB Variations
Color information
#EDDCE9 (or 0xEDDCE9) is known color: Snuff. HEX triplet: ED, DC and E9. RGB value is (237,220,233). Sum of RGB (Red+Green+Blue) = 237+220+233=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCE9 is #122316. Grayscale: #E2E2E2. Windows color (decimal): -1188631 or 15326445. OLE color: 15326445.
HSL color Cylindrical-coordinate representation of color #EDDCE9: hue angle of 314.12º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDCE9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 220 | 233 | - |
CMYK | 0 | 0.07 | 0.02 | 0.07 |
HSL | 314.12º | 0.32% | 0.9% | - |
HSV(B) | 314.12º | 0.07% | 0.93% | - |
XYZ | 75.23 | 75.07 | 87.62 | - |
YUV | 226.57 | 131.63 | 135.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 233 | 0 | 0.07 | 0.02 | 0.07 | 314.12 | 0.32 | 0.9 |
Hex | ED | DC | E9 | 0 | 7 | 2 | 7 | 13A | 20 | 5A |
Octal | 355 | 334 | 351 | 0 | 7 | 2 | 7 | 472 | 40 | 132 |
Binary | 11101101 | 11011100 | 11101001 | 0 | 111 | 10 | 111 | 100111010 | 100000 | 1011010 |
Color Harmonies of #EDDCE9
Complementary color
Monochromatic Colors of #EDDCE9
Black with #EDDCE9
Text Example
Text Example
White with #EDDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCE9; }
p { color: rgb(237,220,233); }
H1.HeaderClassName
{
color: #EDDCE9;
}
.AnyTagClassName
{
color: #EDDCE9;
}
</style>
background-color css
<style>
a { background-color: #EDDCE9; }
a { background-color: rgb(237,220,233); }
div.DivClassName
{
background-color: #EDDCE9;
}
.BgClassName
{
background-color: #EDDCE9;
}
</style>
border-color css
<style>
span { border-color: #EDDCE9; }
span { border-color: rgb(237,220,233); }
td.TdClassName
{
border-color: #EDDCE9;
}
.TagClassName
{
border-color: #EDDCE9;
}
</style>