Shades of Blue Chalk #E4CFEA
Tints of Blue Chalk #E4CFEA
RGB
CMYK
RGB Variations
Color information
#E4CFEA (or 0xE4CFEA) is known color: Blue Chalk. HEX triplet: E4, CF and EA. RGB value is (228,207,234). Sum of RGB (Red+Green+Blue) = 228+207+234=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFEA is #1B3015. Grayscale: #D8D8D8. Windows color (decimal): -1781782 or 15388644. OLE color: 15388644.
HSL color Cylindrical-coordinate representation of color #E4CFEA: hue angle of 286.67º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4CFEA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 207 | 234 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.08 |
| HSL | 286.67º | 0.39% | 0.86% | - |
| HSV(B) | 286.67º | 0.12% | 0.92% | - |
| XYZ | 69.16 | 67.06 | 87.14 | - |
| YUV | 216.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 207 | 234 | 0.03 | 0.12 | 0 | 0.08 | 286.67 | 0.39 | 0.86 |
| Hex | E4 | CF | EA | 3 | C | 0 | 8 | 11F | 27 | 56 |
| Octal | 344 | 317 | 352 | 3 | 14 | 0 | 10 | 437 | 47 | 126 |
| Binary | 11100100 | 11001111 | 11101010 | 11 | 1100 | 0 | 1000 | 100011111 | 100111 | 1010110 |
Color Harmonies of #E4CFEA
Complementary color
Monochromatic Colors of #E4CFEA
Black with #E4CFEA
Text Example
Text Example
White with #E4CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CFEA; }
p { color: rgb(228,207,234); }
H1.HeaderClassName
{
color: #E4CFEA;
}
.AnyTagClassName
{
color: #E4CFEA;
}
</style>
background-color css
<style>
a { background-color: #E4CFEA; }
a { background-color: rgb(228,207,234); }
div.DivClassName
{
background-color: #E4CFEA;
}
.BgClassName
{
background-color: #E4CFEA;
}
</style>
border-color css
<style>
span { border-color: #E4CFEA; }
span { border-color: rgb(228,207,234); }
td.TdClassName
{
border-color: #E4CFEA;
}
.TagClassName
{
border-color: #E4CFEA;
}
</style>