Shades of Blue Chalk #E9C9F3
Tints of Blue Chalk #E9C9F3
RGB
CMYK
RGB Variations
Color information
#E9C9F3 (or 0xE9C9F3) is known color: Blue Chalk. HEX triplet: E9, C9 and F3. RGB value is (233,201,243). Sum of RGB (Red+Green+Blue) = 233+201+243=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9C9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C9F3 is #16360C. Grayscale: #D7D7D7. Windows color (decimal): -1455629 or 15976937. OLE color: 15976937.
HSL color Cylindrical-coordinate representation of color #E9C9F3: hue angle of 285.71º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9C9F3 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 201 | 243 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.05 |
| HSL | 285.71º | 0.64% | 0.87% | - |
| HSV(B) | 285.71º | 0.17% | 0.95% | - |
| XYZ | 70.67 | 65.57 | 93.73 | - |
| YUV | 215.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 243 | 0.04 | 0.17 | 0 | 0.05 | 285.71 | 0.64 | 0.87 |
| Hex | E9 | C9 | F3 | 4 | 11 | 0 | 5 | 11E | 40 | 57 |
| Octal | 351 | 311 | 363 | 4 | 21 | 0 | 5 | 436 | 100 | 127 |
| Binary | 11101001 | 11001001 | 11110011 | 100 | 10001 | 0 | 101 | 100011110 | 1000000 | 1010111 |
Color Harmonies of #E9C9F3
Complementary color
Monochromatic Colors of #E9C9F3
Black with #E9C9F3
Text Example
Text Example
White with #E9C9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9F3; }
p { color: rgb(233,201,243); }
H1.HeaderClassName
{
color: #E9C9F3;
}
.AnyTagClassName
{
color: #E9C9F3;
}
</style>
background-color css
<style>
a { background-color: #E9C9F3; }
a { background-color: rgb(233,201,243); }
div.DivClassName
{
background-color: #E9C9F3;
}
.BgClassName
{
background-color: #E9C9F3;
}
</style>
border-color css
<style>
span { border-color: #E9C9F3; }
span { border-color: rgb(233,201,243); }
td.TdClassName
{
border-color: #E9C9F3;
}
.TagClassName
{
border-color: #E9C9F3;
}
</style>