Shades of Blue Chalk #E9C6FA
Tints of Blue Chalk #E9C6FA
RGB
CMYK
RGB Variations
Color information
#E9C6FA (or 0xE9C6FA) is known color: Blue Chalk. HEX triplet: E9, C6 and FA. RGB value is (233,198,250). Sum of RGB (Red+Green+Blue) = 233+198+250=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9C6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C6FA is #163905. Grayscale: #D6D6D6. Windows color (decimal): -1456390 or 16434921. OLE color: 16434921.
HSL color Cylindrical-coordinate representation of color #E9C6FA: hue angle of 280.38º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9C6FA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 198 | 250 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.02 |
| HSL | 280.38º | 0.84% | 0.88% | - |
| HSV(B) | 280.38º | 0.21% | 0.98% | - |
| XYZ | 71.05 | 64.61 | 99.17 | - |
| YUV | 214.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 198 | 250 | 0.07 | 0.21 | 0 | 0.02 | 280.38 | 0.84 | 0.88 |
| Hex | E9 | C6 | FA | 7 | 15 | 0 | 2 | 118 | 54 | 58 |
| Octal | 351 | 306 | 372 | 7 | 25 | 0 | 2 | 430 | 124 | 130 |
| Binary | 11101001 | 11000110 | 11111010 | 111 | 10101 | 0 | 10 | 100011000 | 1010100 | 1011000 |
Color Harmonies of #E9C6FA
Complementary color
Monochromatic Colors of #E9C6FA
Black with #E9C6FA
Text Example
Text Example
White with #E9C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C6FA; }
p { color: rgb(233,198,250); }
H1.HeaderClassName
{
color: #E9C6FA;
}
.AnyTagClassName
{
color: #E9C6FA;
}
</style>
background-color css
<style>
a { background-color: #E9C6FA; }
a { background-color: rgb(233,198,250); }
div.DivClassName
{
background-color: #E9C6FA;
}
.BgClassName
{
background-color: #E9C6FA;
}
</style>
border-color css
<style>
span { border-color: #E9C6FA; }
span { border-color: rgb(233,198,250); }
td.TdClassName
{
border-color: #E9C6FA;
}
.TagClassName
{
border-color: #E9C6FA;
}
</style>