Shades of Snuff #EEBDF0
Tints of Snuff #EEBDF0
RGB
CMYK
RGB Variations
Color information
#EEBDF0 (or 0xEEBDF0) is known color: Snuff. HEX triplet: EE, BD and F0. RGB value is (238,189,240). Sum of RGB (Red+Green+Blue) = 238+189+240=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF0 is #11420F. Grayscale: #D1D1D1. Windows color (decimal): -1131024 or 15777262. OLE color: 15777262.
HSL color Cylindrical-coordinate representation of color #EEBDF0: hue angle of 297.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDF0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 189 | 240 | - |
CMYK | 0.01 | 0.21 | 0 | 0.06 |
HSL | 297.65º | 0.63% | 0.84% | - |
HSV(B) | 297.65º | 0.21% | 0.94% | - |
XYZ | 69.19 | 60.86 | 90.54 | - |
YUV | 209.47 | 145.23 | 148.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 189 | 240 | 0.01 | 0.21 | 0 | 0.06 | 297.65 | 0.63 | 0.84 |
Hex | EE | BD | F0 | 1 | 15 | 0 | 6 | 12A | 3F | 54 |
Octal | 356 | 275 | 360 | 1 | 25 | 0 | 6 | 452 | 77 | 124 |
Binary | 11101110 | 10111101 | 11110000 | 1 | 10101 | 0 | 110 | 100101010 | 111111 | 1010100 |
Color Harmonies of #EEBDF0
Complementary color
Monochromatic Colors of #EEBDF0
Black with #EEBDF0
Text Example
Text Example
White with #EEBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDF0; }
p { color: rgb(238,189,240); }
H1.HeaderClassName
{
color: #EEBDF0;
}
.AnyTagClassName
{
color: #EEBDF0;
}
</style>
background-color css
<style>
a { background-color: #EEBDF0; }
a { background-color: rgb(238,189,240); }
div.DivClassName
{
background-color: #EEBDF0;
}
.BgClassName
{
background-color: #EEBDF0;
}
</style>
border-color css
<style>
span { border-color: #EEBDF0; }
span { border-color: rgb(238,189,240); }
td.TdClassName
{
border-color: #EEBDF0;
}
.TagClassName
{
border-color: #EEBDF0;
}
</style>