Shades of Blue Chalk #E3BDEC
Tints of Blue Chalk #E3BDEC
RGB
CMYK
RGB Variations
Color information
#E3BDEC (or 0xE3BDEC) is known color: Blue Chalk. HEX triplet: E3, BD and EC. RGB value is (227,189,236). Sum of RGB (Red+Green+Blue) = 227+189+236=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDEC is #1C4213. Grayscale: #CDCDCD. Windows color (decimal): -1851924 or 15515107. OLE color: 15515107.
HSL color Cylindrical-coordinate representation of color #E3BDEC: hue angle of 288.51º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3BDEC is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 189 | 236 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.07 |
| HSL | 288.51º | 0.55% | 0.83% | - |
| HSV(B) | 288.51º | 0.2% | 0.93% | - |
| XYZ | 65.02 | 58.78 | 87.28 | - |
| YUV | 205.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 236 | 0.04 | 0.20 | 0 | 0.07 | 288.51 | 0.55 | 0.83 |
| Hex | E3 | BD | EC | 4 | 14 | 0 | 7 | 121 | 37 | 53 |
| Octal | 343 | 275 | 354 | 4 | 24 | 0 | 7 | 441 | 67 | 123 |
| Binary | 11100011 | 10111101 | 11101100 | 100 | 10100 | 0 | 111 | 100100001 | 110111 | 1010011 |
Color Harmonies of #E3BDEC
Complementary color
Monochromatic Colors of #E3BDEC
Black with #E3BDEC
Text Example
Text Example
White with #E3BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDEC; }
p { color: rgb(227,189,236); }
H1.HeaderClassName
{
color: #E3BDEC;
}
.AnyTagClassName
{
color: #E3BDEC;
}
</style>
background-color css
<style>
a { background-color: #E3BDEC; }
a { background-color: rgb(227,189,236); }
div.DivClassName
{
background-color: #E3BDEC;
}
.BgClassName
{
background-color: #E3BDEC;
}
</style>
border-color css
<style>
span { border-color: #E3BDEC; }
span { border-color: rgb(227,189,236); }
td.TdClassName
{
border-color: #E3BDEC;
}
.TagClassName
{
border-color: #E3BDEC;
}
</style>