Shades of Blue Chalk #E8CBFC
Tints of Blue Chalk #E8CBFC
RGB
CMYK
RGB Variations
Color information
#E8CBFC (or 0xE8CBFC) is known color: Blue Chalk. HEX triplet: E8, CB and FC. RGB value is (232,203,252). Sum of RGB (Red+Green+Blue) = 232+203+252=687 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.77% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBFC is #173403. Grayscale: #D9D9D9. Windows color (decimal): -1520644 or 16567272. OLE color: 16567272.
HSL color Cylindrical-coordinate representation of color #E8CBFC: hue angle of 275.51º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8CBFC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 203 | 252 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.01 |
| HSL | 275.51º | 0.89% | 0.89% | - |
| HSV(B) | 275.51º | 0.19% | 0.99% | - |
| XYZ | 72.21 | 66.9 | 101.2 | - |
| YUV | 217.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 252 | 0.08 | 0.19 | 0 | 0.01 | 275.51 | 0.89 | 0.89 |
| Hex | E8 | CB | FC | 8 | 13 | 0 | 1 | 114 | 59 | 59 |
| Octal | 350 | 313 | 374 | 10 | 23 | 0 | 1 | 424 | 131 | 131 |
| Binary | 11101000 | 11001011 | 11111100 | 1000 | 10011 | 0 | 1 | 100010100 | 1011001 | 1011001 |
Color Harmonies of #E8CBFC
Complementary color
Monochromatic Colors of #E8CBFC
Black with #E8CBFC
Text Example
Text Example
White with #E8CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBFC; }
p { color: rgb(232,203,252); }
H1.HeaderClassName
{
color: #E8CBFC;
}
.AnyTagClassName
{
color: #E8CBFC;
}
</style>
background-color css
<style>
a { background-color: #E8CBFC; }
a { background-color: rgb(232,203,252); }
div.DivClassName
{
background-color: #E8CBFC;
}
.BgClassName
{
background-color: #E8CBFC;
}
</style>
border-color css
<style>
span { border-color: #E8CBFC; }
span { border-color: rgb(232,203,252); }
td.TdClassName
{
border-color: #E8CBFC;
}
.TagClassName
{
border-color: #E8CBFC;
}
</style>