Shades of Snuff #EEDAEE
Tints of Snuff #EEDAEE
RGB
CMYK
RGB Variations
Color information
#EEDAEE (or 0xEEDAEE) is known color: Snuff. HEX triplet: EE, DA and EE. RGB value is (238,218,238). Sum of RGB (Red+Green+Blue) = 238+218+238=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAEE is #112511. Grayscale: #E2E2E2. Windows color (decimal): -1123602 or 15653614. OLE color: 15653614.
HSL color Cylindrical-coordinate representation of color #EEDAEE: hue angle of 300º degrees, saturation: 0.37, 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 #EEDAEE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 218 | 238 | - |
CMYK | 0 | 0.08 | 0 | 0.07 |
HSL | 300º | 0.37% | 0.89% | - |
HSV(B) | 300º | 0.08% | 0.93% | - |
XYZ | 75.76 | 74.49 | 91.27 | - |
YUV | 226.26 | 134.63 | 136.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 218 | 238 | 0 | 0.08 | 0 | 0.07 | 300 | 0.37 | 0.89 |
Hex | EE | DA | EE | 0 | 8 | 0 | 7 | 12C | 25 | 59 |
Octal | 356 | 332 | 356 | 0 | 10 | 0 | 7 | 454 | 45 | 131 |
Binary | 11101110 | 11011010 | 11101110 | 0 | 1000 | 0 | 111 | 100101100 | 100101 | 1011001 |
Color Harmonies of #EEDAEE
Complementary color
Monochromatic Colors of #EEDAEE
Black with #EEDAEE
Text Example
Text Example
White with #EEDAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAEE; }
p { color: rgb(238,218,238); }
H1.HeaderClassName
{
color: #EEDAEE;
}
.AnyTagClassName
{
color: #EEDAEE;
}
</style>
background-color css
<style>
a { background-color: #EEDAEE; }
a { background-color: rgb(238,218,238); }
div.DivClassName
{
background-color: #EEDAEE;
}
.BgClassName
{
background-color: #EEDAEE;
}
</style>
border-color css
<style>
span { border-color: #EEDAEE; }
span { border-color: rgb(238,218,238); }
td.TdClassName
{
border-color: #EEDAEE;
}
.TagClassName
{
border-color: #EEDAEE;
}
</style>