Shades of Blue Chalk #E5CFF9
Tints of Blue Chalk #E5CFF9
RGB
CMYK
RGB Variations
Color information
#E5CFF9 (or 0xE5CFF9) is known color: Blue Chalk. HEX triplet: E5, CF and F9. RGB value is (229,207,249). Sum of RGB (Red+Green+Blue) = 229+207+249=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFF9 is #1A3006. Grayscale: #DADADA. Windows color (decimal): -1716231 or 16371685. OLE color: 16371685.
HSL color Cylindrical-coordinate representation of color #E5CFF9: hue angle of 271.43º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CFF9 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 207 | 249 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.02 |
| HSL | 271.43º | 0.78% | 0.89% | - |
| HSV(B) | 271.43º | 0.17% | 0.98% | - |
| XYZ | 71.72 | 68.12 | 98.99 | - |
| YUV | 218.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 249 | 0.08 | 0.17 | 0 | 0.02 | 271.43 | 0.78 | 0.89 |
| Hex | E5 | CF | F9 | 8 | 11 | 0 | 2 | 10F | 4E | 59 |
| Octal | 345 | 317 | 371 | 10 | 21 | 0 | 2 | 417 | 116 | 131 |
| Binary | 11100101 | 11001111 | 11111001 | 1000 | 10001 | 0 | 10 | 100001111 | 1001110 | 1011001 |
Color Harmonies of #E5CFF9
Complementary color
Monochromatic Colors of #E5CFF9
Black with #E5CFF9
Text Example
Text Example
White with #E5CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFF9; }
p { color: rgb(229,207,249); }
H1.HeaderClassName
{
color: #E5CFF9;
}
.AnyTagClassName
{
color: #E5CFF9;
}
</style>
background-color css
<style>
a { background-color: #E5CFF9; }
a { background-color: rgb(229,207,249); }
div.DivClassName
{
background-color: #E5CFF9;
}
.BgClassName
{
background-color: #E5CFF9;
}
</style>
border-color css
<style>
span { border-color: #E5CFF9; }
span { border-color: rgb(229,207,249); }
td.TdClassName
{
border-color: #E5CFF9;
}
.TagClassName
{
border-color: #E5CFF9;
}
</style>