Shades of Blue Chalk #E7C5F1
Tints of Blue Chalk #E7C5F1
RGB
CMYK
RGB Variations
Color information
#E7C5F1 (or 0xE7C5F1) is known color: Blue Chalk. HEX triplet: E7, C5 and F1. RGB value is (231,197,241). Sum of RGB (Red+Green+Blue) = 231+197+241=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7C5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C5F1 is #183A0E. Grayscale: #D4D4D4. Windows color (decimal): -1587727 or 15844839. OLE color: 15844839.
HSL color Cylindrical-coordinate representation of color #E7C5F1: hue angle of 286.36º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7C5F1 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 197 | 241 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.05 |
| HSL | 286.36º | 0.61% | 0.86% | - |
| HSV(B) | 286.36º | 0.18% | 0.95% | - |
| XYZ | 68.8 | 63.27 | 91.81 | - |
| YUV | 212.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 241 | 0.04 | 0.18 | 0 | 0.05 | 286.36 | 0.61 | 0.86 |
| Hex | E7 | C5 | F1 | 4 | 12 | 0 | 5 | 11E | 3D | 56 |
| Octal | 347 | 305 | 361 | 4 | 22 | 0 | 5 | 436 | 75 | 126 |
| Binary | 11100111 | 11000101 | 11110001 | 100 | 10010 | 0 | 101 | 100011110 | 111101 | 1010110 |
Color Harmonies of #E7C5F1
Complementary color
Monochromatic Colors of #E7C5F1
Black with #E7C5F1
Text Example
Text Example
White with #E7C5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C5F1; }
p { color: rgb(231,197,241); }
H1.HeaderClassName
{
color: #E7C5F1;
}
.AnyTagClassName
{
color: #E7C5F1;
}
</style>
background-color css
<style>
a { background-color: #E7C5F1; }
a { background-color: rgb(231,197,241); }
div.DivClassName
{
background-color: #E7C5F1;
}
.BgClassName
{
background-color: #E7C5F1;
}
</style>
border-color css
<style>
span { border-color: #E7C5F1; }
span { border-color: rgb(231,197,241); }
td.TdClassName
{
border-color: #E7C5F1;
}
.TagClassName
{
border-color: #E7C5F1;
}
</style>