Shades of Blue Chalk #E8CFF5
Tints of Blue Chalk #E8CFF5
RGB
CMYK
RGB Variations
Color information
#E8CFF5 (or 0xE8CFF5) is known color: Blue Chalk. HEX triplet: E8, CF and F5. RGB value is (232,207,245). Sum of RGB (Red+Green+Blue) = 232+207+245=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8CFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFF5 is #17300A. Grayscale: #DADADA. Windows color (decimal): -1519627 or 16109544. OLE color: 16109544.
HSL color Cylindrical-coordinate representation of color #E8CFF5: hue angle of 279.47º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8CFF5 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 207 | 245 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.04 |
| HSL | 279.47º | 0.66% | 0.89% | - |
| HSV(B) | 279.47º | 0.16% | 0.96% | - |
| XYZ | 72.07 | 68.37 | 95.79 | - |
| YUV | 218.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 245 | 0.05 | 0.16 | 0 | 0.04 | 279.47 | 0.66 | 0.89 |
| Hex | E8 | CF | F5 | 5 | 10 | 0 | 4 | 117 | 42 | 59 |
| Octal | 350 | 317 | 365 | 5 | 20 | 0 | 4 | 427 | 102 | 131 |
| Binary | 11101000 | 11001111 | 11110101 | 101 | 10000 | 0 | 100 | 100010111 | 1000010 | 1011001 |
Color Harmonies of #E8CFF5
Complementary color
Monochromatic Colors of #E8CFF5
Black with #E8CFF5
Text Example
Text Example
White with #E8CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFF5; }
p { color: rgb(232,207,245); }
H1.HeaderClassName
{
color: #E8CFF5;
}
.AnyTagClassName
{
color: #E8CFF5;
}
</style>
background-color css
<style>
a { background-color: #E8CFF5; }
a { background-color: rgb(232,207,245); }
div.DivClassName
{
background-color: #E8CFF5;
}
.BgClassName
{
background-color: #E8CFF5;
}
</style>
border-color css
<style>
span { border-color: #E8CFF5; }
span { border-color: rgb(232,207,245); }
td.TdClassName
{
border-color: #E8CFF5;
}
.TagClassName
{
border-color: #E8CFF5;
}
</style>