Shades of Snuff #EDDBEC
Tints of Snuff #EDDBEC
RGB
CMYK
RGB Variations
Color information
#EDDBEC (or 0xEDDBEC) is known color: Snuff. HEX triplet: ED, DB and EC. RGB value is (237,219,236). Sum of RGB (Red+Green+Blue) = 237+219+236=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBEC is #122413. Grayscale: #E2E2E2. Windows color (decimal): -1188884 or 15522797. OLE color: 15522797.
HSL color Cylindrical-coordinate representation of color #EDDBEC: hue angle of 303.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDBEC is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 236 | - |
CMYK | 0 | 0.08 | 0.00 | 0.07 |
HSL | 303.33º | 0.33% | 0.89% | - |
HSV(B) | 303.33º | 0.08% | 0.93% | - |
XYZ | 75.4 | 74.72 | 89.81 | - |
YUV | 226.32 | 133.46 | 135.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 236 | 0 | 0.08 | 0.00 | 0.07 | 303.33 | 0.33 | 0.89 |
Hex | ED | DB | EC | 0 | 8 | 0 | 7 | 12F | 21 | 59 |
Octal | 355 | 333 | 354 | 0 | 10 | 0 | 7 | 457 | 41 | 131 |
Binary | 11101101 | 11011011 | 11101100 | 0 | 1000 | 0 | 111 | 100101111 | 100001 | 1011001 |
Color Harmonies of #EDDBEC
Complementary color
Monochromatic Colors of #EDDBEC
Black with #EDDBEC
Text Example
Text Example
White with #EDDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBEC; }
p { color: rgb(237,219,236); }
H1.HeaderClassName
{
color: #EDDBEC;
}
.AnyTagClassName
{
color: #EDDBEC;
}
</style>
background-color css
<style>
a { background-color: #EDDBEC; }
a { background-color: rgb(237,219,236); }
div.DivClassName
{
background-color: #EDDBEC;
}
.BgClassName
{
background-color: #EDDBEC;
}
</style>
border-color css
<style>
span { border-color: #EDDBEC; }
span { border-color: rgb(237,219,236); }
td.TdClassName
{
border-color: #EDDBEC;
}
.TagClassName
{
border-color: #EDDBEC;
}
</style>