Shades of Blue Chalk #E1BFEE
Tints of Blue Chalk #E1BFEE
RGB
CMYK
RGB Variations
Color information
#E1BFEE (or 0xE1BFEE) is known color: Blue Chalk. HEX triplet: E1, BF and EE. RGB value is (225,191,238). Sum of RGB (Red+Green+Blue) = 225+191+238=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFEE is #1E4011. Grayscale: #CECECE. Windows color (decimal): -1982482 or 15646689. OLE color: 15646689.
HSL color Cylindrical-coordinate representation of color #E1BFEE: hue angle of 283.4º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1BFEE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 191 | 238 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.07 |
| HSL | 283.4º | 0.58% | 0.84% | - |
| HSV(B) | 283.4º | 0.2% | 0.93% | - |
| XYZ | 65.11 | 59.44 | 88.93 | - |
| YUV | 206.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 238 | 0.05 | 0.20 | 0 | 0.07 | 283.4 | 0.58 | 0.84 |
| Hex | E1 | BF | EE | 5 | 14 | 0 | 7 | 11B | 3A | 54 |
| Octal | 341 | 277 | 356 | 5 | 24 | 0 | 7 | 433 | 72 | 124 |
| Binary | 11100001 | 10111111 | 11101110 | 101 | 10100 | 0 | 111 | 100011011 | 111010 | 1010100 |
Color Harmonies of #E1BFEE
Complementary color
Monochromatic Colors of #E1BFEE
Black with #E1BFEE
Text Example
Text Example
White with #E1BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFEE; }
p { color: rgb(225,191,238); }
H1.HeaderClassName
{
color: #E1BFEE;
}
.AnyTagClassName
{
color: #E1BFEE;
}
</style>
background-color css
<style>
a { background-color: #E1BFEE; }
a { background-color: rgb(225,191,238); }
div.DivClassName
{
background-color: #E1BFEE;
}
.BgClassName
{
background-color: #E1BFEE;
}
</style>
border-color css
<style>
span { border-color: #E1BFEE; }
span { border-color: rgb(225,191,238); }
td.TdClassName
{
border-color: #E1BFEE;
}
.TagClassName
{
border-color: #E1BFEE;
}
</style>