Shades of Blue Chalk #E2CFF0
Tints of Blue Chalk #E2CFF0
RGB
CMYK
RGB Variations
Color information
#E2CFF0 (or 0xE2CFF0) is known color: Blue Chalk. HEX triplet: E2, CF and F0. RGB value is (226,207,240). Sum of RGB (Red+Green+Blue) = 226+207+240=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFF0 is #1D300F. Grayscale: #D8D8D8. Windows color (decimal): -1912848 or 15781858. OLE color: 15781858.
HSL color Cylindrical-coordinate representation of color #E2CFF0: hue angle of 274.55º 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 #E2CFF0 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 207 | 240 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.06 |
| HSL | 274.55º | 0.52% | 0.88% | - |
| HSV(B) | 274.55º | 0.14% | 0.94% | - |
| XYZ | 69.41 | 67.09 | 91.73 | - |
| YUV | 216.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 240 | 0.06 | 0.14 | 0 | 0.06 | 274.55 | 0.52 | 0.88 |
| Hex | E2 | CF | F0 | 6 | E | 0 | 6 | 113 | 34 | 58 |
| Octal | 342 | 317 | 360 | 6 | 16 | 0 | 6 | 423 | 64 | 130 |
| Binary | 11100010 | 11001111 | 11110000 | 110 | 1110 | 0 | 110 | 100010011 | 110100 | 1011000 |
Color Harmonies of #E2CFF0
Complementary color
Monochromatic Colors of #E2CFF0
Black with #E2CFF0
Text Example
Text Example
White with #E2CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFF0; }
p { color: rgb(226,207,240); }
H1.HeaderClassName
{
color: #E2CFF0;
}
.AnyTagClassName
{
color: #E2CFF0;
}
</style>
background-color css
<style>
a { background-color: #E2CFF0; }
a { background-color: rgb(226,207,240); }
div.DivClassName
{
background-color: #E2CFF0;
}
.BgClassName
{
background-color: #E2CFF0;
}
</style>
border-color css
<style>
span { border-color: #E2CFF0; }
span { border-color: rgb(226,207,240); }
td.TdClassName
{
border-color: #E2CFF0;
}
.TagClassName
{
border-color: #E2CFF0;
}
</style>