Shades of Blue Chalk #E7CEF9
Tints of Blue Chalk #E7CEF9
RGB
CMYK
RGB Variations
Color information
#E7CEF9 (or 0xE7CEF9) is known color: Blue Chalk. HEX triplet: E7, CE and F9. RGB value is (231,206,249). Sum of RGB (Red+Green+Blue) = 231+206+249=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7CEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEF9 is #183106. Grayscale: #DADADA. Windows color (decimal): -1585415 or 16371431. OLE color: 16371431.
HSL color Cylindrical-coordinate representation of color #E7CEF9: hue angle of 274.88º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7CEF9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 206 | 249 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.02 |
| HSL | 274.88º | 0.78% | 0.89% | - |
| HSV(B) | 274.88º | 0.17% | 0.98% | - |
| XYZ | 72.13 | 67.97 | 98.94 | - |
| YUV | 218.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 249 | 0.07 | 0.17 | 0 | 0.02 | 274.88 | 0.78 | 0.89 |
| Hex | E7 | CE | F9 | 7 | 11 | 0 | 2 | 113 | 4E | 59 |
| Octal | 347 | 316 | 371 | 7 | 21 | 0 | 2 | 423 | 116 | 131 |
| Binary | 11100111 | 11001110 | 11111001 | 111 | 10001 | 0 | 10 | 100010011 | 1001110 | 1011001 |
Color Harmonies of #E7CEF9
Complementary color
Monochromatic Colors of #E7CEF9
Black with #E7CEF9
Text Example
Text Example
White with #E7CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEF9; }
p { color: rgb(231,206,249); }
H1.HeaderClassName
{
color: #E7CEF9;
}
.AnyTagClassName
{
color: #E7CEF9;
}
</style>
background-color css
<style>
a { background-color: #E7CEF9; }
a { background-color: rgb(231,206,249); }
div.DivClassName
{
background-color: #E7CEF9;
}
.BgClassName
{
background-color: #E7CEF9;
}
</style>
border-color css
<style>
span { border-color: #E7CEF9; }
span { border-color: rgb(231,206,249); }
td.TdClassName
{
border-color: #E7CEF9;
}
.TagClassName
{
border-color: #E7CEF9;
}
</style>