Shades of Blue Chalk #E4CFED
Tints of Blue Chalk #E4CFED
RGB
CMYK
RGB Variations
Color information
#E4CFED (or 0xE4CFED) is known color: Blue Chalk. HEX triplet: E4, CF and ED. RGB value is (228,207,237). Sum of RGB (Red+Green+Blue) = 228+207+237=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFED is #1B3012. Grayscale: #D8D8D8. Windows color (decimal): -1781779 or 15585252. OLE color: 15585252.
HSL color Cylindrical-coordinate representation of color #E4CFED: hue angle of 282º 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 #E4CFED is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 207 | 237 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.07 |
| HSL | 282º | 0.45% | 0.87% | - |
| HSV(B) | 282º | 0.13% | 0.93% | - |
| XYZ | 69.59 | 67.23 | 89.43 | - |
| YUV | 216.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 237 | 0.04 | 0.13 | 0 | 0.07 | 282 | 0.45 | 0.87 |
| Hex | E4 | CF | ED | 4 | D | 0 | 7 | 11A | 2D | 57 |
| Octal | 344 | 317 | 355 | 4 | 15 | 0 | 7 | 432 | 55 | 127 |
| Binary | 11100100 | 11001111 | 11101101 | 100 | 1101 | 0 | 111 | 100011010 | 101101 | 1010111 |
Color Harmonies of #E4CFED
Complementary color
Monochromatic Colors of #E4CFED
Black with #E4CFED
Text Example
Text Example
White with #E4CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CFED; }
p { color: rgb(228,207,237); }
H1.HeaderClassName
{
color: #E4CFED;
}
.AnyTagClassName
{
color: #E4CFED;
}
</style>
background-color css
<style>
a { background-color: #E4CFED; }
a { background-color: rgb(228,207,237); }
div.DivClassName
{
background-color: #E4CFED;
}
.BgClassName
{
background-color: #E4CFED;
}
</style>
border-color css
<style>
span { border-color: #E4CFED; }
span { border-color: rgb(228,207,237); }
td.TdClassName
{
border-color: #E4CFED;
}
.TagClassName
{
border-color: #E4CFED;
}
</style>