Shades of Blue Chalk #E1CFEF
Tints of Blue Chalk #E1CFEF
RGB
CMYK
RGB Variations
Color information
#E1CFEF (or 0xE1CFEF) is known color: Blue Chalk. HEX triplet: E1, CF and EF. RGB value is (225,207,239). Sum of RGB (Red+Green+Blue) = 225+207+239=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFEF is #1E3010. Grayscale: #D7D7D7. Windows color (decimal): -1978385 or 15716321. OLE color: 15716321.
HSL color Cylindrical-coordinate representation of color #E1CFEF: hue angle of 273.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CFEF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 207 | 239 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.06 |
| HSL | 273.75º | 0.5% | 0.87% | - |
| HSV(B) | 273.75º | 0.13% | 0.94% | - |
| XYZ | 68.94 | 66.87 | 90.93 | - |
| YUV | 216.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 239 | 0.06 | 0.13 | 0 | 0.06 | 273.75 | 0.5 | 0.87 |
| Hex | E1 | CF | EF | 6 | D | 0 | 6 | 112 | 32 | 57 |
| Octal | 341 | 317 | 357 | 6 | 15 | 0 | 6 | 422 | 62 | 127 |
| Binary | 11100001 | 11001111 | 11101111 | 110 | 1101 | 0 | 110 | 100010010 | 110010 | 1010111 |
Color Harmonies of #E1CFEF
Complementary color
Monochromatic Colors of #E1CFEF
Black with #E1CFEF
Text Example
Text Example
White with #E1CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFEF; }
p { color: rgb(225,207,239); }
H1.HeaderClassName
{
color: #E1CFEF;
}
.AnyTagClassName
{
color: #E1CFEF;
}
</style>
background-color css
<style>
a { background-color: #E1CFEF; }
a { background-color: rgb(225,207,239); }
div.DivClassName
{
background-color: #E1CFEF;
}
.BgClassName
{
background-color: #E1CFEF;
}
</style>
border-color css
<style>
span { border-color: #E1CFEF; }
span { border-color: rgb(225,207,239); }
td.TdClassName
{
border-color: #E1CFEF;
}
.TagClassName
{
border-color: #E1CFEF;
}
</style>