Shades of Blue Chalk #E9CFFA
Tints of Blue Chalk #E9CFFA
RGB
CMYK
RGB Variations
Color information
#E9CFFA (or 0xE9CFFA) is known color: Blue Chalk. HEX triplet: E9, CF and FA. RGB value is (233,207,250). Sum of RGB (Red+Green+Blue) = 233+207+250=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9CFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFFA is #163005. Grayscale: #DBDBDB. Windows color (decimal): -1454086 or 16437225. OLE color: 16437225.
HSL color Cylindrical-coordinate representation of color #E9CFFA: hue angle of 276.28º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9CFFA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 207 | 250 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.02 |
| HSL | 276.28º | 0.81% | 0.9% | - |
| HSV(B) | 276.28º | 0.17% | 0.98% | - |
| XYZ | 73.17 | 68.85 | 99.88 | - |
| YUV | 219.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 250 | 0.07 | 0.17 | 0 | 0.02 | 276.28 | 0.81 | 0.9 |
| Hex | E9 | CF | FA | 7 | 11 | 0 | 2 | 114 | 51 | 5A |
| Octal | 351 | 317 | 372 | 7 | 21 | 0 | 2 | 424 | 121 | 132 |
| Binary | 11101001 | 11001111 | 11111010 | 111 | 10001 | 0 | 10 | 100010100 | 1010001 | 1011010 |
Color Harmonies of #E9CFFA
Complementary color
Monochromatic Colors of #E9CFFA
Black with #E9CFFA
Text Example
Text Example
White with #E9CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFFA; }
p { color: rgb(233,207,250); }
H1.HeaderClassName
{
color: #E9CFFA;
}
.AnyTagClassName
{
color: #E9CFFA;
}
</style>
background-color css
<style>
a { background-color: #E9CFFA; }
a { background-color: rgb(233,207,250); }
div.DivClassName
{
background-color: #E9CFFA;
}
.BgClassName
{
background-color: #E9CFFA;
}
</style>
border-color css
<style>
span { border-color: #E9CFFA; }
span { border-color: rgb(233,207,250); }
td.TdClassName
{
border-color: #E9CFFA;
}
.TagClassName
{
border-color: #E9CFFA;
}
</style>