Shades of Blue Chalk #E3CBEA
Tints of Blue Chalk #E3CBEA
RGB
CMYK
RGB Variations
Color information
#E3CBEA (or 0xE3CBEA) is known color: Blue Chalk. HEX triplet: E3, CB and EA. RGB value is (227,203,234). Sum of RGB (Red+Green+Blue) = 227+203+234=664 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.19% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBEA is #1C3415. Grayscale: #D5D5D5. Windows color (decimal): -1848342 or 15387619. OLE color: 15387619.
HSL color Cylindrical-coordinate representation of color #E3CBEA: hue angle of 286.45º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3CBEA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 203 | 234 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.08 |
| HSL | 286.45º | 0.42% | 0.86% | - |
| HSV(B) | 286.45º | 0.13% | 0.92% | - |
| XYZ | 67.89 | 64.98 | 86.81 | - |
| YUV | 213.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 234 | 0.03 | 0.13 | 0 | 0.08 | 286.45 | 0.42 | 0.86 |
| Hex | E3 | CB | EA | 3 | D | 0 | 8 | 11E | 2A | 56 |
| Octal | 343 | 313 | 352 | 3 | 15 | 0 | 10 | 436 | 52 | 126 |
| Binary | 11100011 | 11001011 | 11101010 | 11 | 1101 | 0 | 1000 | 100011110 | 101010 | 1010110 |
Color Harmonies of #E3CBEA
Complementary color
Monochromatic Colors of #E3CBEA
Black with #E3CBEA
Text Example
Text Example
White with #E3CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBEA; }
p { color: rgb(227,203,234); }
H1.HeaderClassName
{
color: #E3CBEA;
}
.AnyTagClassName
{
color: #E3CBEA;
}
</style>
background-color css
<style>
a { background-color: #E3CBEA; }
a { background-color: rgb(227,203,234); }
div.DivClassName
{
background-color: #E3CBEA;
}
.BgClassName
{
background-color: #E3CBEA;
}
</style>
border-color css
<style>
span { border-color: #E3CBEA; }
span { border-color: rgb(227,203,234); }
td.TdClassName
{
border-color: #E3CBEA;
}
.TagClassName
{
border-color: #E3CBEA;
}
</style>