Shades of Blue Chalk #E8CBFA
Tints of Blue Chalk #E8CBFA
RGB
CMYK
RGB Variations
Color information
#E8CBFA (or 0xE8CBFA) is known color: Blue Chalk. HEX triplet: E8, CB and FA. RGB value is (232,203,250). Sum of RGB (Red+Green+Blue) = 232+203+250=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBFA is #173405. Grayscale: #D8D8D8. Windows color (decimal): -1520646 or 16436200. OLE color: 16436200.
HSL color Cylindrical-coordinate representation of color #E8CBFA: hue angle of 277.02º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8CBFA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 203 | 250 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.02 |
| HSL | 277.02º | 0.82% | 0.89% | - |
| HSV(B) | 277.02º | 0.19% | 0.98% | - |
| XYZ | 71.89 | 66.77 | 99.54 | - |
| YUV | 217.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 250 | 0.07 | 0.19 | 0 | 0.02 | 277.02 | 0.82 | 0.89 |
| Hex | E8 | CB | FA | 7 | 13 | 0 | 2 | 115 | 52 | 59 |
| Octal | 350 | 313 | 372 | 7 | 23 | 0 | 2 | 425 | 122 | 131 |
| Binary | 11101000 | 11001011 | 11111010 | 111 | 10011 | 0 | 10 | 100010101 | 1010010 | 1011001 |
Color Harmonies of #E8CBFA
Complementary color
Monochromatic Colors of #E8CBFA
Black with #E8CBFA
Text Example
Text Example
White with #E8CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBFA; }
p { color: rgb(232,203,250); }
H1.HeaderClassName
{
color: #E8CBFA;
}
.AnyTagClassName
{
color: #E8CBFA;
}
</style>
background-color css
<style>
a { background-color: #E8CBFA; }
a { background-color: rgb(232,203,250); }
div.DivClassName
{
background-color: #E8CBFA;
}
.BgClassName
{
background-color: #E8CBFA;
}
</style>
border-color css
<style>
span { border-color: #E8CBFA; }
span { border-color: rgb(232,203,250); }
td.TdClassName
{
border-color: #E8CBFA;
}
.TagClassName
{
border-color: #E8CBFA;
}
</style>