Shades of Blue Chalk #E5CFED
Tints of Blue Chalk #E5CFED
RGB
CMYK
RGB Variations
Color information
#E5CFED (or 0xE5CFED) is known color: Blue Chalk. HEX triplet: E5, CF and ED. RGB value is (229,207,237). Sum of RGB (Red+Green+Blue) = 229+207+237=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFED is #1A3012. Grayscale: #D8D8D8. Windows color (decimal): -1716243 or 15585253. OLE color: 15585253.
HSL color Cylindrical-coordinate representation of color #E5CFED: hue angle of 284º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5CFED is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 207 | 237 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.07 |
| HSL | 284º | 0.45% | 0.87% | - |
| HSV(B) | 284º | 0.13% | 0.93% | - |
| XYZ | 69.91 | 67.4 | 89.45 | - |
| YUV | 217 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 237 | 0.03 | 0.13 | 0 | 0.07 | 284 | 0.45 | 0.87 |
| Hex | E5 | CF | ED | 3 | D | 0 | 7 | 11C | 2D | 57 |
| Octal | 345 | 317 | 355 | 3 | 15 | 0 | 7 | 434 | 55 | 127 |
| Binary | 11100101 | 11001111 | 11101101 | 11 | 1101 | 0 | 111 | 100011100 | 101101 | 1010111 |
Color Harmonies of #E5CFED
Complementary color
Monochromatic Colors of #E5CFED
Black with #E5CFED
Text Example
Text Example
White with #E5CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFED; }
p { color: rgb(229,207,237); }
H1.HeaderClassName
{
color: #E5CFED;
}
.AnyTagClassName
{
color: #E5CFED;
}
</style>
background-color css
<style>
a { background-color: #E5CFED; }
a { background-color: rgb(229,207,237); }
div.DivClassName
{
background-color: #E5CFED;
}
.BgClassName
{
background-color: #E5CFED;
}
</style>
border-color css
<style>
span { border-color: #E5CFED; }
span { border-color: rgb(229,207,237); }
td.TdClassName
{
border-color: #E5CFED;
}
.TagClassName
{
border-color: #E5CFED;
}
</style>