Shades of Blue Chalk #E9CBFE
Tints of Blue Chalk #E9CBFE
RGB
CMYK
RGB Variations
Color information
#E9CBFE (or 0xE9CBFE) is known color: Blue Chalk. HEX triplet: E9, CB and FE. RGB value is (233,203,254). Sum of RGB (Red+Green+Blue) = 233+203+254=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBFE is #163401. Grayscale: #D9D9D9. Windows color (decimal): -1455106 or 16698345. OLE color: 16698345.
HSL color Cylindrical-coordinate representation of color #E9CBFE: hue angle of 275.29º 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 #E9CBFE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 203 | 254 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.00 |
| HSL | 275.29º | 0.96% | 0.9% | - |
| HSV(B) | 275.29º | 0.2% | 1% | - |
| XYZ | 72.85 | 67.19 | 102.9 | - |
| YUV | 217.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 254 | 0.08 | 0.20 | 0 | 0.00 | 275.29 | 0.96 | 0.9 |
| Hex | E9 | CB | FE | 8 | 14 | 0 | 0 | 113 | 60 | 5A |
| Octal | 351 | 313 | 376 | 10 | 24 | 0 | 0 | 423 | 140 | 132 |
| Binary | 11101001 | 11001011 | 11111110 | 1000 | 10100 | 0 | 0 | 100010011 | 1100000 | 1011010 |
Color Harmonies of #E9CBFE
Complementary color
Monochromatic Colors of #E9CBFE
Black with #E9CBFE
Text Example
Text Example
White with #E9CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBFE; }
p { color: rgb(233,203,254); }
H1.HeaderClassName
{
color: #E9CBFE;
}
.AnyTagClassName
{
color: #E9CBFE;
}
</style>
background-color css
<style>
a { background-color: #E9CBFE; }
a { background-color: rgb(233,203,254); }
div.DivClassName
{
background-color: #E9CBFE;
}
.BgClassName
{
background-color: #E9CBFE;
}
</style>
border-color css
<style>
span { border-color: #E9CBFE; }
span { border-color: rgb(233,203,254); }
td.TdClassName
{
border-color: #E9CBFE;
}
.TagClassName
{
border-color: #E9CBFE;
}
</style>