Shades of Blue Chalk #E5C9F3
Tints of Blue Chalk #E5C9F3
RGB
CMYK
RGB Variations
Color information
#E5C9F3 (or 0xE5C9F3) is known color: Blue Chalk. HEX triplet: E5, C9 and F3. RGB value is (229,201,243). Sum of RGB (Red+Green+Blue) = 229+201+243=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C9F3 is #1A360C. Grayscale: #D6D6D6. Windows color (decimal): -1717773 or 15976933. OLE color: 15976933.
HSL color Cylindrical-coordinate representation of color #E5C9F3: hue angle of 280º 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 #E5C9F3 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 201 | 243 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.05 |
| HSL | 280º | 0.64% | 0.87% | - |
| HSV(B) | 280º | 0.17% | 0.95% | - |
| XYZ | 69.38 | 64.9 | 93.66 | - |
| YUV | 214.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 243 | 0.06 | 0.17 | 0 | 0.05 | 280 | 0.64 | 0.87 |
| Hex | E5 | C9 | F3 | 6 | 11 | 0 | 5 | 118 | 40 | 57 |
| Octal | 345 | 311 | 363 | 6 | 21 | 0 | 5 | 430 | 100 | 127 |
| Binary | 11100101 | 11001001 | 11110011 | 110 | 10001 | 0 | 101 | 100011000 | 1000000 | 1010111 |
Color Harmonies of #E5C9F3
Complementary color
Monochromatic Colors of #E5C9F3
Black with #E5C9F3
Text Example
Text Example
White with #E5C9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C9F3; }
p { color: rgb(229,201,243); }
H1.HeaderClassName
{
color: #E5C9F3;
}
.AnyTagClassName
{
color: #E5C9F3;
}
</style>
background-color css
<style>
a { background-color: #E5C9F3; }
a { background-color: rgb(229,201,243); }
div.DivClassName
{
background-color: #E5C9F3;
}
.BgClassName
{
background-color: #E5C9F3;
}
</style>
border-color css
<style>
span { border-color: #E5C9F3; }
span { border-color: rgb(229,201,243); }
td.TdClassName
{
border-color: #E5C9F3;
}
.TagClassName
{
border-color: #E5C9F3;
}
</style>