Shades of Blue Chalk #E1CFEC
Tints of Blue Chalk #E1CFEC
RGB
CMYK
RGB Variations
Color information
#E1CFEC (or 0xE1CFEC) is known color: Blue Chalk. HEX triplet: E1, CF and EC. RGB value is (225,207,236). Sum of RGB (Red+Green+Blue) = 225+207+236=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFEC is #1E3013. Grayscale: #D7D7D7. Windows color (decimal): -1978388 or 15519713. OLE color: 15519713.
HSL color Cylindrical-coordinate representation of color #E1CFEC: hue angle of 277.24º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CFEC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 207 | 236 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.07 |
| HSL | 277.24º | 0.43% | 0.87% | - |
| HSV(B) | 277.24º | 0.12% | 0.93% | - |
| XYZ | 68.5 | 66.69 | 88.62 | - |
| YUV | 215.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 236 | 0.05 | 0.12 | 0 | 0.07 | 277.24 | 0.43 | 0.87 |
| Hex | E1 | CF | EC | 5 | C | 0 | 7 | 115 | 2B | 57 |
| Octal | 341 | 317 | 354 | 5 | 14 | 0 | 7 | 425 | 53 | 127 |
| Binary | 11100001 | 11001111 | 11101100 | 101 | 1100 | 0 | 111 | 100010101 | 101011 | 1010111 |
Color Harmonies of #E1CFEC
Complementary color
Monochromatic Colors of #E1CFEC
Black with #E1CFEC
Text Example
Text Example
White with #E1CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFEC; }
p { color: rgb(225,207,236); }
H1.HeaderClassName
{
color: #E1CFEC;
}
.AnyTagClassName
{
color: #E1CFEC;
}
</style>
background-color css
<style>
a { background-color: #E1CFEC; }
a { background-color: rgb(225,207,236); }
div.DivClassName
{
background-color: #E1CFEC;
}
.BgClassName
{
background-color: #E1CFEC;
}
</style>
border-color css
<style>
span { border-color: #E1CFEC; }
span { border-color: rgb(225,207,236); }
td.TdClassName
{
border-color: #E1CFEC;
}
.TagClassName
{
border-color: #E1CFEC;
}
</style>