Shades of Blue Chalk #E0CFEB
Tints of Blue Chalk #E0CFEB
RGB
CMYK
RGB Variations
Color information
#E0CFEB (or 0xE0CFEB) is known color: Blue Chalk. HEX triplet: E0, CF and EB. RGB value is (224,207,235). Sum of RGB (Red+Green+Blue) = 224+207+235=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFEB is #1F3014. Grayscale: #D7D7D7. Windows color (decimal): -2043925 or 15454176. OLE color: 15454176.
HSL color Cylindrical-coordinate representation of color #E0CFEB: hue angle of 276.43º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0CFEB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 207 | 235 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.08 |
| HSL | 276.43º | 0.41% | 0.87% | - |
| HSV(B) | 276.43º | 0.12% | 0.92% | - |
| XYZ | 68.05 | 66.47 | 87.84 | - |
| YUV | 215.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 235 | 0.05 | 0.12 | 0 | 0.08 | 276.43 | 0.41 | 0.87 |
| Hex | E0 | CF | EB | 5 | C | 0 | 8 | 114 | 29 | 57 |
| Octal | 340 | 317 | 353 | 5 | 14 | 0 | 10 | 424 | 51 | 127 |
| Binary | 11100000 | 11001111 | 11101011 | 101 | 1100 | 0 | 1000 | 100010100 | 101001 | 1010111 |
Color Harmonies of #E0CFEB
Complementary color
Monochromatic Colors of #E0CFEB
Black with #E0CFEB
Text Example
Text Example
White with #E0CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFEB; }
p { color: rgb(224,207,235); }
H1.HeaderClassName
{
color: #E0CFEB;
}
.AnyTagClassName
{
color: #E0CFEB;
}
</style>
background-color css
<style>
a { background-color: #E0CFEB; }
a { background-color: rgb(224,207,235); }
div.DivClassName
{
background-color: #E0CFEB;
}
.BgClassName
{
background-color: #E0CFEB;
}
</style>
border-color css
<style>
span { border-color: #E0CFEB; }
span { border-color: rgb(224,207,235); }
td.TdClassName
{
border-color: #E0CFEB;
}
.TagClassName
{
border-color: #E0CFEB;
}
</style>