Shades of Blue Chalk #E8CEEE
Tints of Blue Chalk #E8CEEE
RGB
CMYK
RGB Variations
Color information
#E8CEEE (or 0xE8CEEE) is known color: Blue Chalk. HEX triplet: E8, CE and EE. RGB value is (232,206,238). Sum of RGB (Red+Green+Blue) = 232+206+238=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CEEE is #173111. Grayscale: #D9D9D9. Windows color (decimal): -1519890 or 15650536. OLE color: 15650536.
HSL color Cylindrical-coordinate representation of color #E8CEEE: hue angle of 288.75º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CEEE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 206 | 238 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.07 |
| HSL | 288.75º | 0.48% | 0.87% | - |
| HSV(B) | 288.75º | 0.13% | 0.93% | - |
| XYZ | 70.78 | 67.47 | 90.18 | - |
| YUV | 217.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 206 | 238 | 0.03 | 0.13 | 0 | 0.07 | 288.75 | 0.48 | 0.87 |
| Hex | E8 | CE | EE | 3 | D | 0 | 7 | 121 | 30 | 57 |
| Octal | 350 | 316 | 356 | 3 | 15 | 0 | 7 | 441 | 60 | 127 |
| Binary | 11101000 | 11001110 | 11101110 | 11 | 1101 | 0 | 111 | 100100001 | 110000 | 1010111 |
Color Harmonies of #E8CEEE
Complementary color
Monochromatic Colors of #E8CEEE
Black with #E8CEEE
Text Example
Text Example
White with #E8CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEEE; }
p { color: rgb(232,206,238); }
H1.HeaderClassName
{
color: #E8CEEE;
}
.AnyTagClassName
{
color: #E8CEEE;
}
</style>
background-color css
<style>
a { background-color: #E8CEEE; }
a { background-color: rgb(232,206,238); }
div.DivClassName
{
background-color: #E8CEEE;
}
.BgClassName
{
background-color: #E8CEEE;
}
</style>
border-color css
<style>
span { border-color: #E8CEEE; }
span { border-color: rgb(232,206,238); }
td.TdClassName
{
border-color: #E8CEEE;
}
.TagClassName
{
border-color: #E8CEEE;
}
</style>