Shades of Blue Chalk #E7C9F5
Tints of Blue Chalk #E7C9F5
RGB
CMYK
RGB Variations
Color information
#E7C9F5 (or 0xE7C9F5) is known color: Blue Chalk. HEX triplet: E7, C9 and F5. RGB value is (231,201,245). Sum of RGB (Red+Green+Blue) = 231+201+245=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 245 - color contains mainly: blue. Hex color #E7C9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C9F5 is #18360A. Grayscale: #D6D6D6. Windows color (decimal): -1586699 or 16108007. OLE color: 16108007.
HSL color Cylindrical-coordinate representation of color #E7C9F5: hue angle of 280.91º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7C9F5 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 201 | 245 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.04 |
| HSL | 280.91º | 0.69% | 0.87% | - |
| HSV(B) | 280.91º | 0.18% | 0.96% | - |
| XYZ | 70.32 | 65.35 | 95.29 | - |
| YUV | 214.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 245 | 0.06 | 0.18 | 0 | 0.04 | 280.91 | 0.69 | 0.87 |
| Hex | E7 | C9 | F5 | 6 | 12 | 0 | 4 | 119 | 45 | 57 |
| Octal | 347 | 311 | 365 | 6 | 22 | 0 | 4 | 431 | 105 | 127 |
| Binary | 11100111 | 11001001 | 11110101 | 110 | 10010 | 0 | 100 | 100011001 | 1000101 | 1010111 |
Color Harmonies of #E7C9F5
Complementary color
Monochromatic Colors of #E7C9F5
Black with #E7C9F5
Text Example
Text Example
White with #E7C9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9F5; }
p { color: rgb(231,201,245); }
H1.HeaderClassName
{
color: #E7C9F5;
}
.AnyTagClassName
{
color: #E7C9F5;
}
</style>
background-color css
<style>
a { background-color: #E7C9F5; }
a { background-color: rgb(231,201,245); }
div.DivClassName
{
background-color: #E7C9F5;
}
.BgClassName
{
background-color: #E7C9F5;
}
</style>
border-color css
<style>
span { border-color: #E7C9F5; }
span { border-color: rgb(231,201,245); }
td.TdClassName
{
border-color: #E7C9F5;
}
.TagClassName
{
border-color: #E7C9F5;
}
</style>