Shades of Snuff #EECAF1
Tints of Snuff #EECAF1
RGB
CMYK
RGB Variations
Color information
#EECAF1 (or 0xEECAF1) is known color: Snuff. HEX triplet: EE, CA and F1. RGB value is (238,202,241). Sum of RGB (Red+Green+Blue) = 238+202+241=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #EECAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF1 is #11350E. Grayscale: #D9D9D9. Windows color (decimal): -1127695 or 15846126. OLE color: 15846126.
HSL color Cylindrical-coordinate representation of color #EECAF1: hue angle of 295.38º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECAF1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 202 | 241 | - |
CMYK | 0.01 | 0.16 | 0 | 0.05 |
HSL | 295.38º | 0.58% | 0.87% | - |
HSV(B) | 295.38º | 0.16% | 0.95% | - |
XYZ | 72.26 | 66.77 | 92.3 | - |
YUV | 217.21 | 141.43 | 142.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 241 | 0.01 | 0.16 | 0 | 0.05 | 295.38 | 0.58 | 0.87 |
Hex | EE | CA | F1 | 1 | 10 | 0 | 5 | 127 | 3A | 57 |
Octal | 356 | 312 | 361 | 1 | 20 | 0 | 5 | 447 | 72 | 127 |
Binary | 11101110 | 11001010 | 11110001 | 1 | 10000 | 0 | 101 | 100100111 | 111010 | 1010111 |
Color Harmonies of #EECAF1
Complementary color
Monochromatic Colors of #EECAF1
Black with #EECAF1
Text Example
Text Example
White with #EECAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAF1; }
p { color: rgb(238,202,241); }
H1.HeaderClassName
{
color: #EECAF1;
}
.AnyTagClassName
{
color: #EECAF1;
}
</style>
background-color css
<style>
a { background-color: #EECAF1; }
a { background-color: rgb(238,202,241); }
div.DivClassName
{
background-color: #EECAF1;
}
.BgClassName
{
background-color: #EECAF1;
}
</style>
border-color css
<style>
span { border-color: #EECAF1; }
span { border-color: rgb(238,202,241); }
td.TdClassName
{
border-color: #EECAF1;
}
.TagClassName
{
border-color: #EECAF1;
}
</style>