Shades of Blue Chalk #E7C9FA
Tints of Blue Chalk #E7C9FA
RGB
CMYK
RGB Variations
Color information
#E7C9FA (or 0xE7C9FA) is known color: Blue Chalk. HEX triplet: E7, C9 and FA. RGB value is (231,201,250). Sum of RGB (Red+Green+Blue) = 231+201+250=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 201 (78.91% from 255 or 29.47% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7C9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C9FA is #183605. Grayscale: #D7D7D7. Windows color (decimal): -1586694 or 16435687. OLE color: 16435687.
HSL color Cylindrical-coordinate representation of color #E7C9FA: hue angle of 276.73º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7C9FA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 201 | 250 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.02 |
| HSL | 276.73º | 0.83% | 0.88% | - |
| HSV(B) | 276.73º | 0.2% | 0.98% | - |
| XYZ | 71.1 | 65.66 | 99.37 | - |
| YUV | 215.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 250 | 0.08 | 0.20 | 0 | 0.02 | 276.73 | 0.83 | 0.88 |
| Hex | E7 | C9 | FA | 8 | 14 | 0 | 2 | 115 | 53 | 58 |
| Octal | 347 | 311 | 372 | 10 | 24 | 0 | 2 | 425 | 123 | 130 |
| Binary | 11100111 | 11001001 | 11111010 | 1000 | 10100 | 0 | 10 | 100010101 | 1010011 | 1011000 |
Color Harmonies of #E7C9FA
Complementary color
Monochromatic Colors of #E7C9FA
Black with #E7C9FA
Text Example
Text Example
White with #E7C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9FA; }
p { color: rgb(231,201,250); }
H1.HeaderClassName
{
color: #E7C9FA;
}
.AnyTagClassName
{
color: #E7C9FA;
}
</style>
background-color css
<style>
a { background-color: #E7C9FA; }
a { background-color: rgb(231,201,250); }
div.DivClassName
{
background-color: #E7C9FA;
}
.BgClassName
{
background-color: #E7C9FA;
}
</style>
border-color css
<style>
span { border-color: #E7C9FA; }
span { border-color: rgb(231,201,250); }
td.TdClassName
{
border-color: #E7C9FA;
}
.TagClassName
{
border-color: #E7C9FA;
}
</style>