Shades of Blue Chalk #E8CFFA
Tints of Blue Chalk #E8CFFA
RGB
CMYK
RGB Variations
Color information
#E8CFFA (or 0xE8CFFA) is known color: Blue Chalk. HEX triplet: E8, CF and FA. RGB value is (232,207,250). Sum of RGB (Red+Green+Blue) = 232+207+250=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8CFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFFA is #173005. Grayscale: #DBDBDB. Windows color (decimal): -1519622 or 16437224. OLE color: 16437224.
HSL color Cylindrical-coordinate representation of color #E8CFFA: hue angle of 274.88º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8CFFA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 207 | 250 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.02 |
| HSL | 274.88º | 0.81% | 0.9% | - |
| HSV(B) | 274.88º | 0.17% | 0.98% | - |
| XYZ | 72.85 | 68.68 | 99.86 | - |
| YUV | 219.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 250 | 0.07 | 0.17 | 0 | 0.02 | 274.88 | 0.81 | 0.9 |
| Hex | E8 | CF | FA | 7 | 11 | 0 | 2 | 113 | 51 | 5A |
| Octal | 350 | 317 | 372 | 7 | 21 | 0 | 2 | 423 | 121 | 132 |
| Binary | 11101000 | 11001111 | 11111010 | 111 | 10001 | 0 | 10 | 100010011 | 1010001 | 1011010 |
Color Harmonies of #E8CFFA
Complementary color
Monochromatic Colors of #E8CFFA
Black with #E8CFFA
Text Example
Text Example
White with #E8CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFFA; }
p { color: rgb(232,207,250); }
H1.HeaderClassName
{
color: #E8CFFA;
}
.AnyTagClassName
{
color: #E8CFFA;
}
</style>
background-color css
<style>
a { background-color: #E8CFFA; }
a { background-color: rgb(232,207,250); }
div.DivClassName
{
background-color: #E8CFFA;
}
.BgClassName
{
background-color: #E8CFFA;
}
</style>
border-color css
<style>
span { border-color: #E8CFFA; }
span { border-color: rgb(232,207,250); }
td.TdClassName
{
border-color: #E8CFFA;
}
.TagClassName
{
border-color: #E8CFFA;
}
</style>