Shades of Blue Chalk #E9CBF3
Tints of Blue Chalk #E9CBF3
RGB
CMYK
RGB Variations
Color information
#E9CBF3 (or 0xE9CBF3) is known color: Blue Chalk. HEX triplet: E9, CB and F3. RGB value is (233,203,243). Sum of RGB (Red+Green+Blue) = 233+203+243=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9CBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBF3 is #16340C. Grayscale: #D8D8D8. Windows color (decimal): -1455117 or 15977449. OLE color: 15977449.
HSL color Cylindrical-coordinate representation of color #E9CBF3: hue angle of 285º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9CBF3 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 203 | 243 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.05 |
| HSL | 285º | 0.63% | 0.87% | - |
| HSV(B) | 285º | 0.16% | 0.95% | - |
| XYZ | 71.14 | 66.51 | 93.88 | - |
| YUV | 216.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 243 | 0.04 | 0.16 | 0 | 0.05 | 285 | 0.63 | 0.87 |
| Hex | E9 | CB | F3 | 4 | 10 | 0 | 5 | 11D | 3E | 57 |
| Octal | 351 | 313 | 363 | 4 | 20 | 0 | 5 | 435 | 76 | 127 |
| Binary | 11101001 | 11001011 | 11110011 | 100 | 10000 | 0 | 101 | 100011101 | 111110 | 1010111 |
Color Harmonies of #E9CBF3
Complementary color
Monochromatic Colors of #E9CBF3
Black with #E9CBF3
Text Example
Text Example
White with #E9CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBF3; }
p { color: rgb(233,203,243); }
H1.HeaderClassName
{
color: #E9CBF3;
}
.AnyTagClassName
{
color: #E9CBF3;
}
</style>
background-color css
<style>
a { background-color: #E9CBF3; }
a { background-color: rgb(233,203,243); }
div.DivClassName
{
background-color: #E9CBF3;
}
.BgClassName
{
background-color: #E9CBF3;
}
</style>
border-color css
<style>
span { border-color: #E9CBF3; }
span { border-color: rgb(233,203,243); }
td.TdClassName
{
border-color: #E9CBF3;
}
.TagClassName
{
border-color: #E9CBF3;
}
</style>