Shades of Blue Chalk #E1CFF2
Tints of Blue Chalk #E1CFF2
RGB
CMYK
RGB Variations
Color information
#E1CFF2 (or 0xE1CFF2) is known color: Blue Chalk. HEX triplet: E1, CF and F2. RGB value is (225,207,242). Sum of RGB (Red+Green+Blue) = 225+207+242=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF2 is #1E300D. Grayscale: #D8D8D8. Windows color (decimal): -1978382 or 15912929. OLE color: 15912929.
HSL color Cylindrical-coordinate representation of color #E1CFF2: hue angle of 270.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1CFF2 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 207 | 242 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.05 |
| HSL | 270.86º | 0.57% | 0.88% | - |
| HSV(B) | 270.86º | 0.14% | 0.95% | - |
| XYZ | 69.39 | 67.04 | 93.29 | - |
| YUV | 216.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 242 | 0.07 | 0.14 | 0 | 0.05 | 270.86 | 0.57 | 0.88 |
| Hex | E1 | CF | F2 | 7 | E | 0 | 5 | 10F | 39 | 58 |
| Octal | 341 | 317 | 362 | 7 | 16 | 0 | 5 | 417 | 71 | 130 |
| Binary | 11100001 | 11001111 | 11110010 | 111 | 1110 | 0 | 101 | 100001111 | 111001 | 1011000 |
Color Harmonies of #E1CFF2
Complementary color
Monochromatic Colors of #E1CFF2
Black with #E1CFF2
Text Example
Text Example
White with #E1CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFF2; }
p { color: rgb(225,207,242); }
H1.HeaderClassName
{
color: #E1CFF2;
}
.AnyTagClassName
{
color: #E1CFF2;
}
</style>
background-color css
<style>
a { background-color: #E1CFF2; }
a { background-color: rgb(225,207,242); }
div.DivClassName
{
background-color: #E1CFF2;
}
.BgClassName
{
background-color: #E1CFF2;
}
</style>
border-color css
<style>
span { border-color: #E1CFF2; }
span { border-color: rgb(225,207,242); }
td.TdClassName
{
border-color: #E1CFF2;
}
.TagClassName
{
border-color: #E1CFF2;
}
</style>