Shades of Blue Chalk #E2CFEF
Tints of Blue Chalk #E2CFEF
RGB
CMYK
RGB Variations
Color information
#E2CFEF (or 0xE2CFEF) is known color: Blue Chalk. HEX triplet: E2, CF and EF. RGB value is (226,207,239). Sum of RGB (Red+Green+Blue) = 226+207+239=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFEF is #1D3010. Grayscale: #D8D8D8. Windows color (decimal): -1912849 or 15716322. OLE color: 15716322.
HSL color Cylindrical-coordinate representation of color #E2CFEF: hue angle of 275.62º 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 #E2CFEF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 207 | 239 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.06 |
| HSL | 275.63º | 0.5% | 0.87% | - |
| HSV(B) | 275.63º | 0.13% | 0.94% | - |
| XYZ | 69.26 | 67.03 | 90.95 | - |
| YUV | 216.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 239 | 0.05 | 0.13 | 0 | 0.06 | 275.63 | 0.5 | 0.87 |
| Hex | E2 | CF | EF | 5 | D | 0 | 6 | 114 | 32 | 57 |
| Octal | 342 | 317 | 357 | 5 | 15 | 0 | 6 | 424 | 62 | 127 |
| Binary | 11100010 | 11001111 | 11101111 | 101 | 1101 | 0 | 110 | 100010100 | 110010 | 1010111 |
Color Harmonies of #E2CFEF
Complementary color
Monochromatic Colors of #E2CFEF
Black with #E2CFEF
Text Example
Text Example
White with #E2CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFEF; }
p { color: rgb(226,207,239); }
H1.HeaderClassName
{
color: #E2CFEF;
}
.AnyTagClassName
{
color: #E2CFEF;
}
</style>
background-color css
<style>
a { background-color: #E2CFEF; }
a { background-color: rgb(226,207,239); }
div.DivClassName
{
background-color: #E2CFEF;
}
.BgClassName
{
background-color: #E2CFEF;
}
</style>
border-color css
<style>
span { border-color: #E2CFEF; }
span { border-color: rgb(226,207,239); }
td.TdClassName
{
border-color: #E2CFEF;
}
.TagClassName
{
border-color: #E2CFEF;
}
</style>