Shades of Blue Chalk #E1C8EA
Tints of Blue Chalk #E1C8EA
RGB
CMYK
RGB Variations
Color information
#E1C8EA (or 0xE1C8EA) is known color: Blue Chalk. HEX triplet: E1, C8 and EA. RGB value is (225,200,234). Sum of RGB (Red+Green+Blue) = 225+200+234=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C8EA is #1E3715. Grayscale: #D3D3D3. Windows color (decimal): -1980182 or 15386849. OLE color: 15386849.
HSL color Cylindrical-coordinate representation of color #E1C8EA: hue angle of 284.12º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C8EA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 200 | 234 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.08 |
| HSL | 284.12º | 0.45% | 0.85% | - |
| HSV(B) | 284.12º | 0.15% | 0.92% | - |
| XYZ | 66.56 | 63.26 | 86.54 | - |
| YUV | 211.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 234 | 0.04 | 0.15 | 0 | 0.08 | 284.12 | 0.45 | 0.85 |
| Hex | E1 | C8 | EA | 4 | F | 0 | 8 | 11C | 2D | 55 |
| Octal | 341 | 310 | 352 | 4 | 17 | 0 | 10 | 434 | 55 | 125 |
| Binary | 11100001 | 11001000 | 11101010 | 100 | 1111 | 0 | 1000 | 100011100 | 101101 | 1010101 |
Color Harmonies of #E1C8EA
Complementary color
Monochromatic Colors of #E1C8EA
Black with #E1C8EA
Text Example
Text Example
White with #E1C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C8EA; }
p { color: rgb(225,200,234); }
H1.HeaderClassName
{
color: #E1C8EA;
}
.AnyTagClassName
{
color: #E1C8EA;
}
</style>
background-color css
<style>
a { background-color: #E1C8EA; }
a { background-color: rgb(225,200,234); }
div.DivClassName
{
background-color: #E1C8EA;
}
.BgClassName
{
background-color: #E1C8EA;
}
</style>
border-color css
<style>
span { border-color: #E1C8EA; }
span { border-color: rgb(225,200,234); }
td.TdClassName
{
border-color: #E1C8EA;
}
.TagClassName
{
border-color: #E1C8EA;
}
</style>