Shades of Blue Chalk #E1CFF0
Tints of Blue Chalk #E1CFF0
RGB
CMYK
RGB Variations
Color information
#E1CFF0 (or 0xE1CFF0) is known color: Blue Chalk. HEX triplet: E1, CF and F0. RGB value is (225,207,240). Sum of RGB (Red+Green+Blue) = 225+207+240=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF0 is #1E300F. Grayscale: #D8D8D8. Windows color (decimal): -1978384 or 15781857. OLE color: 15781857.
HSL color Cylindrical-coordinate representation of color #E1CFF0: hue angle of 272.73º 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 #E1CFF0 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 207 | 240 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.06 |
| HSL | 272.73º | 0.52% | 0.88% | - |
| HSV(B) | 272.73º | 0.14% | 0.94% | - |
| XYZ | 69.09 | 66.92 | 91.71 | - |
| YUV | 216.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 240 | 0.06 | 0.14 | 0 | 0.06 | 272.73 | 0.52 | 0.88 |
| Hex | E1 | CF | F0 | 6 | E | 0 | 6 | 111 | 34 | 58 |
| Octal | 341 | 317 | 360 | 6 | 16 | 0 | 6 | 421 | 64 | 130 |
| Binary | 11100001 | 11001111 | 11110000 | 110 | 1110 | 0 | 110 | 100010001 | 110100 | 1011000 |
Color Harmonies of #E1CFF0
Complementary color
Monochromatic Colors of #E1CFF0
Black with #E1CFF0
Text Example
Text Example
White with #E1CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFF0; }
p { color: rgb(225,207,240); }
H1.HeaderClassName
{
color: #E1CFF0;
}
.AnyTagClassName
{
color: #E1CFF0;
}
</style>
background-color css
<style>
a { background-color: #E1CFF0; }
a { background-color: rgb(225,207,240); }
div.DivClassName
{
background-color: #E1CFF0;
}
.BgClassName
{
background-color: #E1CFF0;
}
</style>
border-color css
<style>
span { border-color: #E1CFF0; }
span { border-color: rgb(225,207,240); }
td.TdClassName
{
border-color: #E1CFF0;
}
.TagClassName
{
border-color: #E1CFF0;
}
</style>