Shades of Blue Chalk #E5CEF0
Tints of Blue Chalk #E5CEF0
RGB
CMYK
RGB Variations
Color information
#E5CEF0 (or 0xE5CEF0) is known color: Blue Chalk. HEX triplet: E5, CE and F0. RGB value is (229,206,240). Sum of RGB (Red+Green+Blue) = 229+206+240=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEF0 is #1A310F. Grayscale: #D8D8D8. Windows color (decimal): -1716496 or 15781605. OLE color: 15781605.
HSL color Cylindrical-coordinate representation of color #E5CEF0: hue angle of 280.59º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CEF0 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 206 | 240 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.06 |
| HSL | 280.59º | 0.53% | 0.87% | - |
| HSV(B) | 280.59º | 0.14% | 0.94% | - |
| XYZ | 70.11 | 67.09 | 91.69 | - |
| YUV | 216.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 240 | 0.05 | 0.14 | 0 | 0.06 | 280.59 | 0.53 | 0.87 |
| Hex | E5 | CE | F0 | 5 | E | 0 | 6 | 119 | 35 | 57 |
| Octal | 345 | 316 | 360 | 5 | 16 | 0 | 6 | 431 | 65 | 127 |
| Binary | 11100101 | 11001110 | 11110000 | 101 | 1110 | 0 | 110 | 100011001 | 110101 | 1010111 |
Color Harmonies of #E5CEF0
Complementary color
Monochromatic Colors of #E5CEF0
Black with #E5CEF0
Text Example
Text Example
White with #E5CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEF0; }
p { color: rgb(229,206,240); }
H1.HeaderClassName
{
color: #E5CEF0;
}
.AnyTagClassName
{
color: #E5CEF0;
}
</style>
background-color css
<style>
a { background-color: #E5CEF0; }
a { background-color: rgb(229,206,240); }
div.DivClassName
{
background-color: #E5CEF0;
}
.BgClassName
{
background-color: #E5CEF0;
}
</style>
border-color css
<style>
span { border-color: #E5CEF0; }
span { border-color: rgb(229,206,240); }
td.TdClassName
{
border-color: #E5CEF0;
}
.TagClassName
{
border-color: #E5CEF0;
}
</style>