Shades of Blue Chalk #E8CBFE
Tints of Blue Chalk #E8CBFE
RGB
CMYK
RGB Variations
Color information
#E8CBFE (or 0xE8CBFE) is known color: Blue Chalk. HEX triplet: E8, CB and FE. RGB value is (232,203,254). Sum of RGB (Red+Green+Blue) = 232+203+254=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBFE is #173401. Grayscale: #D9D9D9. Windows color (decimal): -1520642 or 16698344. OLE color: 16698344.
HSL color Cylindrical-coordinate representation of color #E8CBFE: hue angle of 274.12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8CBFE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 203 | 254 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.00 |
| HSL | 274.12º | 0.96% | 0.9% | - |
| HSV(B) | 274.12º | 0.2% | 1% | - |
| XYZ | 72.52 | 67.02 | 102.88 | - |
| YUV | 217.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 254 | 0.09 | 0.20 | 0 | 0.00 | 274.12 | 0.96 | 0.9 |
| Hex | E8 | CB | FE | 9 | 14 | 0 | 0 | 112 | 60 | 5A |
| Octal | 350 | 313 | 376 | 11 | 24 | 0 | 0 | 422 | 140 | 132 |
| Binary | 11101000 | 11001011 | 11111110 | 1001 | 10100 | 0 | 0 | 100010010 | 1100000 | 1011010 |
Color Harmonies of #E8CBFE
Complementary color
Monochromatic Colors of #E8CBFE
Black with #E8CBFE
Text Example
Text Example
White with #E8CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBFE; }
p { color: rgb(232,203,254); }
H1.HeaderClassName
{
color: #E8CBFE;
}
.AnyTagClassName
{
color: #E8CBFE;
}
</style>
background-color css
<style>
a { background-color: #E8CBFE; }
a { background-color: rgb(232,203,254); }
div.DivClassName
{
background-color: #E8CBFE;
}
.BgClassName
{
background-color: #E8CBFE;
}
</style>
border-color css
<style>
span { border-color: #E8CBFE; }
span { border-color: rgb(232,203,254); }
td.TdClassName
{
border-color: #E8CBFE;
}
.TagClassName
{
border-color: #E8CBFE;
}
</style>