Shades of Snuff #EDDFEB
Tints of Snuff #EDDFEB
RGB
CMYK
RGB Variations
Color information
#EDDFEB (or 0xEDDFEB) is known color: Snuff. HEX triplet: ED, DF and EB. RGB value is (237,223,235). Sum of RGB (Red+Green+Blue) = 237+223+235=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFEB is #122014. Grayscale: #E4E4E4. Windows color (decimal): -1187861 or 15458285. OLE color: 15458285.
HSL color Cylindrical-coordinate representation of color #EDDFEB: hue angle of 308.57º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDDFEB is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 235 | - |
CMYK | 0 | 0.06 | 0.01 | 0.07 |
HSL | 308.57º | 0.28% | 0.9% | - |
HSV(B) | 308.57º | 0.06% | 0.93% | - |
XYZ | 76.31 | 76.78 | 89.4 | - |
YUV | 228.55 | 131.64 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 235 | 0 | 0.06 | 0.01 | 0.07 | 308.57 | 0.28 | 0.9 |
Hex | ED | DF | EB | 0 | 6 | 1 | 7 | 135 | 1C | 5A |
Octal | 355 | 337 | 353 | 0 | 6 | 1 | 7 | 465 | 34 | 132 |
Binary | 11101101 | 11011111 | 11101011 | 0 | 110 | 1 | 111 | 100110101 | 11100 | 1011010 |
Color Harmonies of #EDDFEB
Complementary color
Monochromatic Colors of #EDDFEB
Black with #EDDFEB
Text Example
Text Example
White with #EDDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFEB; }
p { color: rgb(237,223,235); }
H1.HeaderClassName
{
color: #EDDFEB;
}
.AnyTagClassName
{
color: #EDDFEB;
}
</style>
background-color css
<style>
a { background-color: #EDDFEB; }
a { background-color: rgb(237,223,235); }
div.DivClassName
{
background-color: #EDDFEB;
}
.BgClassName
{
background-color: #EDDFEB;
}
</style>
border-color css
<style>
span { border-color: #EDDFEB; }
span { border-color: rgb(237,223,235); }
td.TdClassName
{
border-color: #EDDFEB;
}
.TagClassName
{
border-color: #EDDFEB;
}
</style>