Shades of Blue Chalk #E7CAFA
Tints of Blue Chalk #E7CAFA
RGB
CMYK
RGB Variations
Color information
#E7CAFA (or 0xE7CAFA) is known color: Blue Chalk. HEX triplet: E7, CA and FA. RGB value is (231,202,250). Sum of RGB (Red+Green+Blue) = 231+202+250=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAFA is #183505. Grayscale: #D7D7D7. Windows color (decimal): -1586438 or 16435943. OLE color: 16435943.
HSL color Cylindrical-coordinate representation of color #E7CAFA: hue angle of 276.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CAFA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 202 | 250 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.02 |
| HSL | 276.25º | 0.83% | 0.89% | - |
| HSV(B) | 276.25º | 0.19% | 0.98% | - |
| XYZ | 71.33 | 66.13 | 99.45 | - |
| YUV | 216.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 250 | 0.08 | 0.19 | 0 | 0.02 | 276.25 | 0.83 | 0.89 |
| Hex | E7 | CA | FA | 8 | 13 | 0 | 2 | 114 | 53 | 59 |
| Octal | 347 | 312 | 372 | 10 | 23 | 0 | 2 | 424 | 123 | 131 |
| Binary | 11100111 | 11001010 | 11111010 | 1000 | 10011 | 0 | 10 | 100010100 | 1010011 | 1011001 |
Color Harmonies of #E7CAFA
Complementary color
Monochromatic Colors of #E7CAFA
Black with #E7CAFA
Text Example
Text Example
White with #E7CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CAFA; }
p { color: rgb(231,202,250); }
H1.HeaderClassName
{
color: #E7CAFA;
}
.AnyTagClassName
{
color: #E7CAFA;
}
</style>
background-color css
<style>
a { background-color: #E7CAFA; }
a { background-color: rgb(231,202,250); }
div.DivClassName
{
background-color: #E7CAFA;
}
.BgClassName
{
background-color: #E7CAFA;
}
</style>
border-color css
<style>
span { border-color: #E7CAFA; }
span { border-color: rgb(231,202,250); }
td.TdClassName
{
border-color: #E7CAFA;
}
.TagClassName
{
border-color: #E7CAFA;
}
</style>