Shades of Blue Chalk #E5CEFA
Tints of Blue Chalk #E5CEFA
RGB
CMYK
RGB Variations
Color information
#E5CEFA (or 0xE5CEFA) is known color: Blue Chalk. HEX triplet: E5, CE and FA. RGB value is (229,206,250). Sum of RGB (Red+Green+Blue) = 229+206+250=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEFA is #1A3105. Grayscale: #D9D9D9. Windows color (decimal): -1716486 or 16436965. OLE color: 16436965.
HSL color Cylindrical-coordinate representation of color #E5CEFA: hue angle of 271.36º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5CEFA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 206 | 250 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.02 |
| HSL | 271.36º | 0.81% | 0.89% | - |
| HSV(B) | 271.36º | 0.18% | 0.98% | - |
| XYZ | 71.64 | 67.7 | 99.73 | - |
| YUV | 217.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 250 | 0.08 | 0.18 | 0 | 0.02 | 271.36 | 0.81 | 0.89 |
| Hex | E5 | CE | FA | 8 | 12 | 0 | 2 | 10F | 51 | 59 |
| Octal | 345 | 316 | 372 | 10 | 22 | 0 | 2 | 417 | 121 | 131 |
| Binary | 11100101 | 11001110 | 11111010 | 1000 | 10010 | 0 | 10 | 100001111 | 1010001 | 1011001 |
Color Harmonies of #E5CEFA
Complementary color
Monochromatic Colors of #E5CEFA
Black with #E5CEFA
Text Example
Text Example
White with #E5CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEFA; }
p { color: rgb(229,206,250); }
H1.HeaderClassName
{
color: #E5CEFA;
}
.AnyTagClassName
{
color: #E5CEFA;
}
</style>
background-color css
<style>
a { background-color: #E5CEFA; }
a { background-color: rgb(229,206,250); }
div.DivClassName
{
background-color: #E5CEFA;
}
.BgClassName
{
background-color: #E5CEFA;
}
</style>
border-color css
<style>
span { border-color: #E5CEFA; }
span { border-color: rgb(229,206,250); }
td.TdClassName
{
border-color: #E5CEFA;
}
.TagClassName
{
border-color: #E5CEFA;
}
</style>