Shades of Blue Chalk #E4CFEF
Tints of Blue Chalk #E4CFEF
RGB
CMYK
RGB Variations
Color information
#E4CFEF (or 0xE4CFEF) is known color: Blue Chalk. HEX triplet: E4, CF and EF. RGB value is (228,207,239). Sum of RGB (Red+Green+Blue) = 228+207+239=674 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.83% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFEF is #1B3010. Grayscale: #D8D8D8. Windows color (decimal): -1781777 or 15716324. OLE color: 15716324.
HSL color Cylindrical-coordinate representation of color #E4CFEF: hue angle of 279.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4CFEF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 207 | 239 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.06 |
| HSL | 279.38º | 0.5% | 0.87% | - |
| HSV(B) | 279.38º | 0.13% | 0.94% | - |
| XYZ | 69.89 | 67.35 | 90.98 | - |
| YUV | 216.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 239 | 0.05 | 0.13 | 0 | 0.06 | 279.38 | 0.5 | 0.87 |
| Hex | E4 | CF | EF | 5 | D | 0 | 6 | 117 | 32 | 57 |
| Octal | 344 | 317 | 357 | 5 | 15 | 0 | 6 | 427 | 62 | 127 |
| Binary | 11100100 | 11001111 | 11101111 | 101 | 1101 | 0 | 110 | 100010111 | 110010 | 1010111 |
Color Harmonies of #E4CFEF
Complementary color
Monochromatic Colors of #E4CFEF
Black with #E4CFEF
Text Example
Text Example
White with #E4CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CFEF; }
p { color: rgb(228,207,239); }
H1.HeaderClassName
{
color: #E4CFEF;
}
.AnyTagClassName
{
color: #E4CFEF;
}
</style>
background-color css
<style>
a { background-color: #E4CFEF; }
a { background-color: rgb(228,207,239); }
div.DivClassName
{
background-color: #E4CFEF;
}
.BgClassName
{
background-color: #E4CFEF;
}
</style>
border-color css
<style>
span { border-color: #E4CFEF; }
span { border-color: rgb(228,207,239); }
td.TdClassName
{
border-color: #E4CFEF;
}
.TagClassName
{
border-color: #E4CFEF;
}
</style>