Shades of Blue Chalk #E7C9F9
Tints of Blue Chalk #E7C9F9
RGB
CMYK
RGB Variations
Color information
#E7C9F9 (or 0xE7C9F9) is known color: Blue Chalk. HEX triplet: E7, C9 and F9. RGB value is (231,201,249). Sum of RGB (Red+Green+Blue) = 231+201+249=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7C9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C9F9 is #183606. Grayscale: #D7D7D7. Windows color (decimal): -1586695 or 16370151. OLE color: 16370151.
HSL color Cylindrical-coordinate representation of color #E7C9F9: hue angle of 277.5º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C9F9 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 201 | 249 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.02 |
| HSL | 277.5º | 0.8% | 0.88% | - |
| HSV(B) | 277.5º | 0.19% | 0.98% | - |
| XYZ | 70.94 | 65.6 | 98.55 | - |
| YUV | 215.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 249 | 0.07 | 0.19 | 0 | 0.02 | 277.5 | 0.8 | 0.88 |
| Hex | E7 | C9 | F9 | 7 | 13 | 0 | 2 | 116 | 50 | 58 |
| Octal | 347 | 311 | 371 | 7 | 23 | 0 | 2 | 426 | 120 | 130 |
| Binary | 11100111 | 11001001 | 11111001 | 111 | 10011 | 0 | 10 | 100010110 | 1010000 | 1011000 |
Color Harmonies of #E7C9F9
Complementary color
Monochromatic Colors of #E7C9F9
Black with #E7C9F9
Text Example
Text Example
White with #E7C9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C9F9; }
p { color: rgb(231,201,249); }
H1.HeaderClassName
{
color: #E7C9F9;
}
.AnyTagClassName
{
color: #E7C9F9;
}
</style>
background-color css
<style>
a { background-color: #E7C9F9; }
a { background-color: rgb(231,201,249); }
div.DivClassName
{
background-color: #E7C9F9;
}
.BgClassName
{
background-color: #E7C9F9;
}
</style>
border-color css
<style>
span { border-color: #E7C9F9; }
span { border-color: rgb(231,201,249); }
td.TdClassName
{
border-color: #E7C9F9;
}
.TagClassName
{
border-color: #E7C9F9;
}
</style>