Shades of Blue Chalk #E9CBFC
Tints of Blue Chalk #E9CBFC
RGB
CMYK
RGB Variations
Color information
#E9CBFC (or 0xE9CBFC) is known color: Blue Chalk. HEX triplet: E9, CB and FC. RGB value is (233,203,252). Sum of RGB (Red+Green+Blue) = 233+203+252=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBFC is #163403. Grayscale: #D9D9D9. Windows color (decimal): -1455108 or 16567273. OLE color: 16567273.
HSL color Cylindrical-coordinate representation of color #E9CBFC: hue angle of 276.73º 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 #E9CBFC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 203 | 252 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.01 |
| HSL | 276.73º | 0.89% | 0.89% | - |
| HSV(B) | 276.73º | 0.19% | 0.99% | - |
| XYZ | 72.53 | 67.06 | 101.22 | - |
| YUV | 217.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 203 | 252 | 0.08 | 0.19 | 0 | 0.01 | 276.73 | 0.89 | 0.89 |
| Hex | E9 | CB | FC | 8 | 13 | 0 | 1 | 115 | 59 | 59 |
| Octal | 351 | 313 | 374 | 10 | 23 | 0 | 1 | 425 | 131 | 131 |
| Binary | 11101001 | 11001011 | 11111100 | 1000 | 10011 | 0 | 1 | 100010101 | 1011001 | 1011001 |
Color Harmonies of #E9CBFC
Complementary color
Monochromatic Colors of #E9CBFC
Black with #E9CBFC
Text Example
Text Example
White with #E9CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CBFC; }
p { color: rgb(233,203,252); }
H1.HeaderClassName
{
color: #E9CBFC;
}
.AnyTagClassName
{
color: #E9CBFC;
}
</style>
background-color css
<style>
a { background-color: #E9CBFC; }
a { background-color: rgb(233,203,252); }
div.DivClassName
{
background-color: #E9CBFC;
}
.BgClassName
{
background-color: #E9CBFC;
}
</style>
border-color css
<style>
span { border-color: #E9CBFC; }
span { border-color: rgb(233,203,252); }
td.TdClassName
{
border-color: #E9CBFC;
}
.TagClassName
{
border-color: #E9CBFC;
}
</style>