Shades of Blue Chalk #E9CAFF
Tints of Blue Chalk #E9CAFF
RGB
CMYK
RGB Variations
Color information
#E9CAFF (or 0xE9CAFF) is known color: Blue Chalk. HEX triplet: E9, CA and FF. RGB value is (233,202,255). Sum of RGB (Red+Green+Blue) = 233+202+255=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAFF is #163500. Grayscale: #D9D9D9. Windows color (decimal): -1455361 or 16763625. OLE color: 16763625.
HSL color Cylindrical-coordinate representation of color #E9CAFF: hue angle of 275.09º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9CAFF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 202 | 255 | - |
| CMYK | 0.09 | 0.21 | 0 | 0 |
| HSL | 275.09º | 1% | 0.9% | - |
| HSV(B) | 275.09º | 0.21% | 1% | - |
| XYZ | 72.77 | 66.78 | 103.66 | - |
| YUV | 217.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 202 | 255 | 0.09 | 0.21 | 0 | 0 | 275.09 | 1 | 0.9 |
| Hex | E9 | CA | FF | 9 | 15 | 0 | 0 | 113 | 64 | 5A |
| Octal | 351 | 312 | 377 | 11 | 25 | 0 | 0 | 423 | 144 | 132 |
| Binary | 11101001 | 11001010 | 11111111 | 1001 | 10101 | 0 | 0 | 100010011 | 1100100 | 1011010 |
Color Harmonies of #E9CAFF
Complementary color
Monochromatic Colors of #E9CAFF
Black with #E9CAFF
Text Example
Text Example
White with #E9CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CAFF; }
p { color: rgb(233,202,255); }
H1.HeaderClassName
{
color: #E9CAFF;
}
.AnyTagClassName
{
color: #E9CAFF;
}
</style>
background-color css
<style>
a { background-color: #E9CAFF; }
a { background-color: rgb(233,202,255); }
div.DivClassName
{
background-color: #E9CAFF;
}
.BgClassName
{
background-color: #E9CAFF;
}
</style>
border-color css
<style>
span { border-color: #E9CAFF; }
span { border-color: rgb(233,202,255); }
td.TdClassName
{
border-color: #E9CAFF;
}
.TagClassName
{
border-color: #E9CAFF;
}
</style>