Shades of Snuff #EECAF3
Tints of Snuff #EECAF3
RGB
CMYK
RGB Variations
Color information
#EECAF3 (or 0xEECAF3) is known color: Snuff. HEX triplet: EE, CA and F3. RGB value is (238,202,243). Sum of RGB (Red+Green+Blue) = 238+202+243=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #EECAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF3 is #11350C. Grayscale: #D9D9D9. Windows color (decimal): -1127693 or 15977198. OLE color: 15977198.
HSL color Cylindrical-coordinate representation of color #EECAF3: hue angle of 292.68º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECAF3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 202 | 243 | - |
CMYK | 0.02 | 0.17 | 0 | 0.05 |
HSL | 292.68º | 0.63% | 0.87% | - |
HSV(B) | 292.68º | 0.17% | 0.95% | - |
XYZ | 72.56 | 66.89 | 93.88 | - |
YUV | 217.44 | 142.43 | 142.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 243 | 0.02 | 0.17 | 0 | 0.05 | 292.68 | 0.63 | 0.87 |
Hex | EE | CA | F3 | 2 | 11 | 0 | 5 | 125 | 3F | 57 |
Octal | 356 | 312 | 363 | 2 | 21 | 0 | 5 | 445 | 77 | 127 |
Binary | 11101110 | 11001010 | 11110011 | 10 | 10001 | 0 | 101 | 100100101 | 111111 | 1010111 |
Color Harmonies of #EECAF3
Complementary color
Monochromatic Colors of #EECAF3
Black with #EECAF3
Text Example
Text Example
White with #EECAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAF3; }
p { color: rgb(238,202,243); }
H1.HeaderClassName
{
color: #EECAF3;
}
.AnyTagClassName
{
color: #EECAF3;
}
</style>
background-color css
<style>
a { background-color: #EECAF3; }
a { background-color: rgb(238,202,243); }
div.DivClassName
{
background-color: #EECAF3;
}
.BgClassName
{
background-color: #EECAF3;
}
</style>
border-color css
<style>
span { border-color: #EECAF3; }
span { border-color: rgb(238,202,243); }
td.TdClassName
{
border-color: #EECAF3;
}
.TagClassName
{
border-color: #EECAF3;
}
</style>