Shades of Blue Chalk #E8CFF8
Tints of Blue Chalk #E8CFF8
RGB
CMYK
RGB Variations
Color information
#E8CFF8 (or 0xE8CFF8) is known color: Blue Chalk. HEX triplet: E8, CF and F8. RGB value is (232,207,248). Sum of RGB (Red+Green+Blue) = 232+207+248=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8CFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFF8 is #173007. Grayscale: #DBDBDB. Windows color (decimal): -1519624 or 16306152. OLE color: 16306152.
HSL color Cylindrical-coordinate representation of color #E8CFF8: hue angle of 276.59º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8CFF8 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 207 | 248 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.03 |
| HSL | 276.59º | 0.75% | 0.89% | - |
| HSV(B) | 276.59º | 0.17% | 0.97% | - |
| XYZ | 72.53 | 68.56 | 98.22 | - |
| YUV | 219.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 248 | 0.06 | 0.17 | 0 | 0.03 | 276.59 | 0.75 | 0.89 |
| Hex | E8 | CF | F8 | 6 | 11 | 0 | 3 | 115 | 4B | 59 |
| Octal | 350 | 317 | 370 | 6 | 21 | 0 | 3 | 425 | 113 | 131 |
| Binary | 11101000 | 11001111 | 11111000 | 110 | 10001 | 0 | 11 | 100010101 | 1001011 | 1011001 |
Color Harmonies of #E8CFF8
Complementary color
Monochromatic Colors of #E8CFF8
Black with #E8CFF8
Text Example
Text Example
White with #E8CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFF8; }
p { color: rgb(232,207,248); }
H1.HeaderClassName
{
color: #E8CFF8;
}
.AnyTagClassName
{
color: #E8CFF8;
}
</style>
background-color css
<style>
a { background-color: #E8CFF8; }
a { background-color: rgb(232,207,248); }
div.DivClassName
{
background-color: #E8CFF8;
}
.BgClassName
{
background-color: #E8CFF8;
}
</style>
border-color css
<style>
span { border-color: #E8CFF8; }
span { border-color: rgb(232,207,248); }
td.TdClassName
{
border-color: #E8CFF8;
}
.TagClassName
{
border-color: #E8CFF8;
}
</style>