Shades of Blue Chalk #E7CEFE
Tints of Blue Chalk #E7CEFE
RGB
CMYK
RGB Variations
Color information
#E7CEFE (or 0xE7CEFE) is known color: Blue Chalk. HEX triplet: E7, CE and FE. RGB value is (231,206,254). Sum of RGB (Red+Green+Blue) = 231+206+254=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEFE is #183101. Grayscale: #DADADA. Windows color (decimal): -1585410 or 16699111. OLE color: 16699111.
HSL color Cylindrical-coordinate representation of color #E7CEFE: hue angle of 271.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CEFE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 206 | 254 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.00 |
| HSL | 271.25º | 0.96% | 0.9% | - |
| HSV(B) | 271.25º | 0.19% | 1% | - |
| XYZ | 72.92 | 68.29 | 103.1 | - |
| YUV | 218.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 254 | 0.09 | 0.19 | 0 | 0.00 | 271.25 | 0.96 | 0.9 |
| Hex | E7 | CE | FE | 9 | 13 | 0 | 0 | 10F | 60 | 5A |
| Octal | 347 | 316 | 376 | 11 | 23 | 0 | 0 | 417 | 140 | 132 |
| Binary | 11100111 | 11001110 | 11111110 | 1001 | 10011 | 0 | 0 | 100001111 | 1100000 | 1011010 |
Color Harmonies of #E7CEFE
Complementary color
Monochromatic Colors of #E7CEFE
Black with #E7CEFE
Text Example
Text Example
White with #E7CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEFE; }
p { color: rgb(231,206,254); }
H1.HeaderClassName
{
color: #E7CEFE;
}
.AnyTagClassName
{
color: #E7CEFE;
}
</style>
background-color css
<style>
a { background-color: #E7CEFE; }
a { background-color: rgb(231,206,254); }
div.DivClassName
{
background-color: #E7CEFE;
}
.BgClassName
{
background-color: #E7CEFE;
}
</style>
border-color css
<style>
span { border-color: #E7CEFE; }
span { border-color: rgb(231,206,254); }
td.TdClassName
{
border-color: #E7CEFE;
}
.TagClassName
{
border-color: #E7CEFE;
}
</style>