Shades of Blue Chalk #E5CFF4
Tints of Blue Chalk #E5CFF4
RGB
CMYK
RGB Variations
Color information
#E5CFF4 (or 0xE5CFF4) is known color: Blue Chalk. HEX triplet: E5, CF and F4. RGB value is (229,207,244). Sum of RGB (Red+Green+Blue) = 229+207+244=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 244 - color contains mainly: blue. Hex color #E5CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFF4 is #1A300B. Grayscale: #D9D9D9. Windows color (decimal): -1716236 or 16044005. OLE color: 16044005.
HSL color Cylindrical-coordinate representation of color #E5CFF4: hue angle of 275.68º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5CFF4 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 207 | 244 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.04 |
| HSL | 275.68º | 0.63% | 0.88% | - |
| HSV(B) | 275.68º | 0.15% | 0.96% | - |
| XYZ | 70.96 | 67.82 | 94.94 | - |
| YUV | 217.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 244 | 0.06 | 0.15 | 0 | 0.04 | 275.68 | 0.63 | 0.88 |
| Hex | E5 | CF | F4 | 6 | F | 0 | 4 | 114 | 3F | 58 |
| Octal | 345 | 317 | 364 | 6 | 17 | 0 | 4 | 424 | 77 | 130 |
| Binary | 11100101 | 11001111 | 11110100 | 110 | 1111 | 0 | 100 | 100010100 | 111111 | 1011000 |
Color Harmonies of #E5CFF4
Complementary color
Monochromatic Colors of #E5CFF4
Black with #E5CFF4
Text Example
Text Example
White with #E5CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFF4; }
p { color: rgb(229,207,244); }
H1.HeaderClassName
{
color: #E5CFF4;
}
.AnyTagClassName
{
color: #E5CFF4;
}
</style>
background-color css
<style>
a { background-color: #E5CFF4; }
a { background-color: rgb(229,207,244); }
div.DivClassName
{
background-color: #E5CFF4;
}
.BgClassName
{
background-color: #E5CFF4;
}
</style>
border-color css
<style>
span { border-color: #E5CFF4; }
span { border-color: rgb(229,207,244); }
td.TdClassName
{
border-color: #E5CFF4;
}
.TagClassName
{
border-color: #E5CFF4;
}
</style>