Shades of Blue Chalk #E7BEF0
Tints of Blue Chalk #E7BEF0
RGB
CMYK
RGB Variations
Color information
#E7BEF0 (or 0xE7BEF0) is known color: Blue Chalk. HEX triplet: E7, BE and F0. RGB value is (231,190,240). Sum of RGB (Red+Green+Blue) = 231+190+240=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7BEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BEF0 is #18410F. Grayscale: #CFCFCF. Windows color (decimal): -1589520 or 15777511. OLE color: 15777511.
HSL color Cylindrical-coordinate representation of color #E7BEF0: hue angle of 289.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7BEF0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 190 | 240 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.06 |
| HSL | 289.2º | 0.63% | 0.84% | - |
| HSV(B) | 289.2º | 0.21% | 0.94% | - |
| XYZ | 67.1 | 60.11 | 90.5 | - |
| YUV | 207.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 240 | 0.04 | 0.21 | 0 | 0.06 | 289.2 | 0.63 | 0.84 |
| Hex | E7 | BE | F0 | 4 | 15 | 0 | 6 | 121 | 3E | 54 |
| Octal | 347 | 276 | 360 | 4 | 25 | 0 | 6 | 441 | 76 | 124 |
| Binary | 11100111 | 10111110 | 11110000 | 100 | 10101 | 0 | 110 | 100100001 | 111110 | 1010100 |
Color Harmonies of #E7BEF0
Complementary color
Monochromatic Colors of #E7BEF0
Black with #E7BEF0
Text Example
Text Example
White with #E7BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BEF0; }
p { color: rgb(231,190,240); }
H1.HeaderClassName
{
color: #E7BEF0;
}
.AnyTagClassName
{
color: #E7BEF0;
}
</style>
background-color css
<style>
a { background-color: #E7BEF0; }
a { background-color: rgb(231,190,240); }
div.DivClassName
{
background-color: #E7BEF0;
}
.BgClassName
{
background-color: #E7BEF0;
}
</style>
border-color css
<style>
span { border-color: #E7BEF0; }
span { border-color: rgb(231,190,240); }
td.TdClassName
{
border-color: #E7BEF0;
}
.TagClassName
{
border-color: #E7BEF0;
}
</style>