Shades of Blue Chalk #E9CEFC
Tints of Blue Chalk #E9CEFC
RGB
CMYK
RGB Variations
Color information
#E9CEFC (or 0xE9CEFC) is known color: Blue Chalk. HEX triplet: E9, CE and FC. RGB value is (233,206,252). Sum of RGB (Red+Green+Blue) = 233+206+252=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFC is #163103. Grayscale: #DBDBDB. Windows color (decimal): -1454340 or 16568041. OLE color: 16568041.
HSL color Cylindrical-coordinate representation of color #E9CEFC: hue angle of 275.22º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CEFC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 206 | 252 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.01 |
| HSL | 275.22º | 0.88% | 0.9% | - |
| HSV(B) | 275.22º | 0.18% | 0.99% | - |
| XYZ | 73.25 | 68.49 | 101.46 | - |
| YUV | 219.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 252 | 0.08 | 0.18 | 0 | 0.01 | 275.22 | 0.88 | 0.9 |
| Hex | E9 | CE | FC | 8 | 12 | 0 | 1 | 113 | 58 | 5A |
| Octal | 351 | 316 | 374 | 10 | 22 | 0 | 1 | 423 | 130 | 132 |
| Binary | 11101001 | 11001110 | 11111100 | 1000 | 10010 | 0 | 1 | 100010011 | 1011000 | 1011010 |
Color Harmonies of #E9CEFC
Complementary color
Monochromatic Colors of #E9CEFC
Black with #E9CEFC
Text Example
Text Example
White with #E9CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEFC; }
p { color: rgb(233,206,252); }
H1.HeaderClassName
{
color: #E9CEFC;
}
.AnyTagClassName
{
color: #E9CEFC;
}
</style>
background-color css
<style>
a { background-color: #E9CEFC; }
a { background-color: rgb(233,206,252); }
div.DivClassName
{
background-color: #E9CEFC;
}
.BgClassName
{
background-color: #E9CEFC;
}
</style>
border-color css
<style>
span { border-color: #E9CEFC; }
span { border-color: rgb(233,206,252); }
td.TdClassName
{
border-color: #E9CEFC;
}
.TagClassName
{
border-color: #E9CEFC;
}
</style>