Shades of Blue Chalk #E3BFED
Tints of Blue Chalk #E3BFED
RGB
CMYK
RGB Variations
Color information
#E3BFED (or 0xE3BFED) is known color: Blue Chalk. HEX triplet: E3, BF and ED. RGB value is (227,191,237). Sum of RGB (Red+Green+Blue) = 227+191+237=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFED is #1C4012. Grayscale: #CECECE. Windows color (decimal): -1851411 or 15581155. OLE color: 15581155.
HSL color Cylindrical-coordinate representation of color #E3BFED: hue angle of 286.96º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3BFED is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 191 | 237 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.07 |
| HSL | 286.96º | 0.56% | 0.84% | - |
| HSV(B) | 286.96º | 0.19% | 0.93% | - |
| XYZ | 65.6 | 59.71 | 88.19 | - |
| YUV | 207.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 237 | 0.04 | 0.19 | 0 | 0.07 | 286.96 | 0.56 | 0.84 |
| Hex | E3 | BF | ED | 4 | 13 | 0 | 7 | 11F | 38 | 54 |
| Octal | 343 | 277 | 355 | 4 | 23 | 0 | 7 | 437 | 70 | 124 |
| Binary | 11100011 | 10111111 | 11101101 | 100 | 10011 | 0 | 111 | 100011111 | 111000 | 1010100 |
Color Harmonies of #E3BFED
Complementary color
Monochromatic Colors of #E3BFED
Black with #E3BFED
Text Example
Text Example
White with #E3BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BFED; }
p { color: rgb(227,191,237); }
H1.HeaderClassName
{
color: #E3BFED;
}
.AnyTagClassName
{
color: #E3BFED;
}
</style>
background-color css
<style>
a { background-color: #E3BFED; }
a { background-color: rgb(227,191,237); }
div.DivClassName
{
background-color: #E3BFED;
}
.BgClassName
{
background-color: #E3BFED;
}
</style>
border-color css
<style>
span { border-color: #E3BFED; }
span { border-color: rgb(227,191,237); }
td.TdClassName
{
border-color: #E3BFED;
}
.TagClassName
{
border-color: #E3BFED;
}
</style>