Shades of Blue Chalk #E9CEFF
Tints of Blue Chalk #E9CEFF
RGB
CMYK
RGB Variations
Color information
#E9CEFF (or 0xE9CEFF) is known color: Blue Chalk. HEX triplet: E9, CE and FF. RGB value is (233,206,255). Sum of RGB (Red+Green+Blue) = 233+206+255=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFF is #163100. Grayscale: #DBDBDB. Windows color (decimal): -1454337 or 16764649. OLE color: 16764649.
HSL color Cylindrical-coordinate representation of color #E9CEFF: hue angle of 273.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CEFF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 206 | 255 | - |
| CMYK | 0.09 | 0.19 | 0 | 0 |
| HSL | 273.06º | 1% | 0.9% | - |
| HSV(B) | 273.06º | 0.19% | 1% | - |
| XYZ | 73.73 | 68.69 | 103.98 | - |
| YUV | 219.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 255 | 0.09 | 0.19 | 0 | 0 | 273.06 | 1 | 0.9 |
| Hex | E9 | CE | FF | 9 | 13 | 0 | 0 | 111 | 64 | 5A |
| Octal | 351 | 316 | 377 | 11 | 23 | 0 | 0 | 421 | 144 | 132 |
| Binary | 11101001 | 11001110 | 11111111 | 1001 | 10011 | 0 | 0 | 100010001 | 1100100 | 1011010 |
Color Harmonies of #E9CEFF
Complementary color
Monochromatic Colors of #E9CEFF
Black with #E9CEFF
Text Example
Text Example
White with #E9CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEFF; }
p { color: rgb(233,206,255); }
H1.HeaderClassName
{
color: #E9CEFF;
}
.AnyTagClassName
{
color: #E9CEFF;
}
</style>
background-color css
<style>
a { background-color: #E9CEFF; }
a { background-color: rgb(233,206,255); }
div.DivClassName
{
background-color: #E9CEFF;
}
.BgClassName
{
background-color: #E9CEFF;
}
</style>
border-color css
<style>
span { border-color: #E9CEFF; }
span { border-color: rgb(233,206,255); }
td.TdClassName
{
border-color: #E9CEFF;
}
.TagClassName
{
border-color: #E9CEFF;
}
</style>