Shades of Blue Chalk #E7CEF2
Tints of Blue Chalk #E7CEF2
RGB
CMYK
RGB Variations
Color information
#E7CEF2 (or 0xE7CEF2) is known color: Blue Chalk. HEX triplet: E7, CE and F2. RGB value is (231,206,242). Sum of RGB (Red+Green+Blue) = 231+206+242=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEF2 is #18310D. Grayscale: #D9D9D9. Windows color (decimal): -1585422 or 15912679. OLE color: 15912679.
HSL color Cylindrical-coordinate representation of color #E7CEF2: hue angle of 281.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7CEF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 206 | 242 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.05 |
| HSL | 281.67º | 0.58% | 0.88% | - |
| HSV(B) | 281.67º | 0.15% | 0.95% | - |
| XYZ | 71.05 | 67.54 | 93.3 | - |
| YUV | 217.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 242 | 0.05 | 0.15 | 0 | 0.05 | 281.67 | 0.58 | 0.88 |
| Hex | E7 | CE | F2 | 5 | F | 0 | 5 | 11A | 3A | 58 |
| Octal | 347 | 316 | 362 | 5 | 17 | 0 | 5 | 432 | 72 | 130 |
| Binary | 11100111 | 11001110 | 11110010 | 101 | 1111 | 0 | 101 | 100011010 | 111010 | 1011000 |
Color Harmonies of #E7CEF2
Complementary color
Monochromatic Colors of #E7CEF2
Black with #E7CEF2
Text Example
Text Example
White with #E7CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEF2; }
p { color: rgb(231,206,242); }
H1.HeaderClassName
{
color: #E7CEF2;
}
.AnyTagClassName
{
color: #E7CEF2;
}
</style>
background-color css
<style>
a { background-color: #E7CEF2; }
a { background-color: rgb(231,206,242); }
div.DivClassName
{
background-color: #E7CEF2;
}
.BgClassName
{
background-color: #E7CEF2;
}
</style>
border-color css
<style>
span { border-color: #E7CEF2; }
span { border-color: rgb(231,206,242); }
td.TdClassName
{
border-color: #E7CEF2;
}
.TagClassName
{
border-color: #E7CEF2;
}
</style>