Shades of Blue Chalk #E9C8FB
Tints of Blue Chalk #E9C8FB
RGB
CMYK
RGB Variations
Color information
#E9C8FB (or 0xE9C8FB) is known color: Blue Chalk. HEX triplet: E9, C8 and FB. RGB value is (233,200,251). Sum of RGB (Red+Green+Blue) = 233+200+251=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9C8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C8FB is #163704. Grayscale: #D7D7D7. Windows color (decimal): -1455877 or 16500969. OLE color: 16500969.
HSL color Cylindrical-coordinate representation of color #E9C8FB: hue angle of 278.82º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9C8FB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 200 | 251 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.02 |
| HSL | 278.82º | 0.86% | 0.88% | - |
| HSV(B) | 278.82º | 0.2% | 0.98% | - |
| XYZ | 71.67 | 65.6 | 100.15 | - |
| YUV | 215.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 251 | 0.07 | 0.20 | 0 | 0.02 | 278.82 | 0.86 | 0.88 |
| Hex | E9 | C8 | FB | 7 | 14 | 0 | 2 | 117 | 56 | 58 |
| Octal | 351 | 310 | 373 | 7 | 24 | 0 | 2 | 427 | 126 | 130 |
| Binary | 11101001 | 11001000 | 11111011 | 111 | 10100 | 0 | 10 | 100010111 | 1010110 | 1011000 |
Color Harmonies of #E9C8FB
Complementary color
Monochromatic Colors of #E9C8FB
Black with #E9C8FB
Text Example
Text Example
White with #E9C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8FB; }
p { color: rgb(233,200,251); }
H1.HeaderClassName
{
color: #E9C8FB;
}
.AnyTagClassName
{
color: #E9C8FB;
}
</style>
background-color css
<style>
a { background-color: #E9C8FB; }
a { background-color: rgb(233,200,251); }
div.DivClassName
{
background-color: #E9C8FB;
}
.BgClassName
{
background-color: #E9C8FB;
}
</style>
border-color css
<style>
span { border-color: #E9C8FB; }
span { border-color: rgb(233,200,251); }
td.TdClassName
{
border-color: #E9C8FB;
}
.TagClassName
{
border-color: #E9C8FB;
}
</style>