Shades of Blue Chalk #E7CFF8
Tints of Blue Chalk #E7CFF8
RGB
CMYK
RGB Variations
Color information
#E7CFF8 (or 0xE7CFF8) is known color: Blue Chalk. HEX triplet: E7, CF and F8. RGB value is (231,207,248). Sum of RGB (Red+Green+Blue) = 231+207+248=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #E7CFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFF8 is #183007. Grayscale: #DADADA. Windows color (decimal): -1585160 or 16306151. OLE color: 16306151.
HSL color Cylindrical-coordinate representation of color #E7CFF8: hue angle of 275.12º 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 #E7CFF8 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 207 | 248 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.03 |
| HSL | 275.12º | 0.75% | 0.89% | - |
| HSV(B) | 275.12º | 0.17% | 0.97% | - |
| XYZ | 72.21 | 68.39 | 98.2 | - |
| YUV | 218.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 248 | 0.07 | 0.17 | 0 | 0.03 | 275.12 | 0.75 | 0.89 |
| Hex | E7 | CF | F8 | 7 | 11 | 0 | 3 | 113 | 4B | 59 |
| Octal | 347 | 317 | 370 | 7 | 21 | 0 | 3 | 423 | 113 | 131 |
| Binary | 11100111 | 11001111 | 11111000 | 111 | 10001 | 0 | 11 | 100010011 | 1001011 | 1011001 |
Color Harmonies of #E7CFF8
Complementary color
Monochromatic Colors of #E7CFF8
Black with #E7CFF8
Text Example
Text Example
White with #E7CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFF8; }
p { color: rgb(231,207,248); }
H1.HeaderClassName
{
color: #E7CFF8;
}
.AnyTagClassName
{
color: #E7CFF8;
}
</style>
background-color css
<style>
a { background-color: #E7CFF8; }
a { background-color: rgb(231,207,248); }
div.DivClassName
{
background-color: #E7CFF8;
}
.BgClassName
{
background-color: #E7CFF8;
}
</style>
border-color css
<style>
span { border-color: #E7CFF8; }
span { border-color: rgb(231,207,248); }
td.TdClassName
{
border-color: #E7CFF8;
}
.TagClassName
{
border-color: #E7CFF8;
}
</style>