Shades of Blue Chalk #E3CFF0
Tints of Blue Chalk #E3CFF0
RGB
CMYK
RGB Variations
Color information
#E3CFF0 (or 0xE3CFF0) is known color: Blue Chalk. HEX triplet: E3, CF and F0. RGB value is (227,207,240). Sum of RGB (Red+Green+Blue) = 227+207+240=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CFF0 is #1C300F. Grayscale: #D8D8D8. Windows color (decimal): -1847312 or 15781859. OLE color: 15781859.
HSL color Cylindrical-coordinate representation of color #E3CFF0: hue angle of 276.36º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3CFF0 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 207 | 240 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.06 |
| HSL | 276.36º | 0.52% | 0.88% | - |
| HSV(B) | 276.36º | 0.14% | 0.94% | - |
| XYZ | 69.72 | 67.25 | 91.74 | - |
| YUV | 216.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 240 | 0.05 | 0.14 | 0 | 0.06 | 276.36 | 0.52 | 0.88 |
| Hex | E3 | CF | F0 | 5 | E | 0 | 6 | 114 | 34 | 58 |
| Octal | 343 | 317 | 360 | 5 | 16 | 0 | 6 | 424 | 64 | 130 |
| Binary | 11100011 | 11001111 | 11110000 | 101 | 1110 | 0 | 110 | 100010100 | 110100 | 1011000 |
Color Harmonies of #E3CFF0
Complementary color
Monochromatic Colors of #E3CFF0
Black with #E3CFF0
Text Example
Text Example
White with #E3CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFF0; }
p { color: rgb(227,207,240); }
H1.HeaderClassName
{
color: #E3CFF0;
}
.AnyTagClassName
{
color: #E3CFF0;
}
</style>
background-color css
<style>
a { background-color: #E3CFF0; }
a { background-color: rgb(227,207,240); }
div.DivClassName
{
background-color: #E3CFF0;
}
.BgClassName
{
background-color: #E3CFF0;
}
</style>
border-color css
<style>
span { border-color: #E3CFF0; }
span { border-color: rgb(227,207,240); }
td.TdClassName
{
border-color: #E3CFF0;
}
.TagClassName
{
border-color: #E3CFF0;
}
</style>