Shades of Snuff #EECAEE
Tints of Snuff #EECAEE
RGB
CMYK
RGB Variations
Color information
#EECAEE (or 0xEECAEE) is known color: Snuff. HEX triplet: EE, CA and EE. RGB value is (238,202,238). Sum of RGB (Red+Green+Blue) = 238+202+238=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EECAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAEE is #113511. Grayscale: #D8D8D8. Windows color (decimal): -1127698 or 15649518. OLE color: 15649518.
HSL color Cylindrical-coordinate representation of color #EECAEE: hue angle of 300º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAEE is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 202 | 238 | - |
CMYK | 0 | 0.15 | 0 | 0.07 |
HSL | 300º | 0.51% | 0.86% | - |
HSV(B) | 300º | 0.15% | 0.93% | - |
XYZ | 71.81 | 66.59 | 89.96 | - |
YUV | 216.87 | 139.93 | 143.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 238 | 0 | 0.15 | 0 | 0.07 | 300 | 0.51 | 0.86 |
Hex | EE | CA | EE | 0 | F | 0 | 7 | 12C | 33 | 56 |
Octal | 356 | 312 | 356 | 0 | 17 | 0 | 7 | 454 | 63 | 126 |
Binary | 11101110 | 11001010 | 11101110 | 0 | 1111 | 0 | 111 | 100101100 | 110011 | 1010110 |
Color Harmonies of #EECAEE
Complementary color
Monochromatic Colors of #EECAEE
Black with #EECAEE
Text Example
Text Example
White with #EECAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAEE; }
p { color: rgb(238,202,238); }
H1.HeaderClassName
{
color: #EECAEE;
}
.AnyTagClassName
{
color: #EECAEE;
}
</style>
background-color css
<style>
a { background-color: #EECAEE; }
a { background-color: rgb(238,202,238); }
div.DivClassName
{
background-color: #EECAEE;
}
.BgClassName
{
background-color: #EECAEE;
}
</style>
border-color css
<style>
span { border-color: #EECAEE; }
span { border-color: rgb(238,202,238); }
td.TdClassName
{
border-color: #EECAEE;
}
.TagClassName
{
border-color: #EECAEE;
}
</style>