Shades of Blue Chalk #E8CBEF
Tints of Blue Chalk #E8CBEF
RGB
CMYK
RGB Variations
Color information
#E8CBEF (or 0xE8CBEF) is known color: Blue Chalk. HEX triplet: E8, CB and EF. RGB value is (232,203,239). Sum of RGB (Red+Green+Blue) = 232+203+239=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBEF is #173410. Grayscale: #D7D7D7. Windows color (decimal): -1520657 or 15715304. OLE color: 15715304.
HSL color Cylindrical-coordinate representation of color #E8CBEF: hue angle of 288.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CBEF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 203 | 239 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.06 |
| HSL | 288.33º | 0.53% | 0.87% | - |
| HSV(B) | 288.33º | 0.15% | 0.94% | - |
| XYZ | 70.21 | 66.1 | 90.72 | - |
| YUV | 215.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 239 | 0.03 | 0.15 | 0 | 0.06 | 288.33 | 0.53 | 0.87 |
| Hex | E8 | CB | EF | 3 | F | 0 | 6 | 120 | 35 | 57 |
| Octal | 350 | 313 | 357 | 3 | 17 | 0 | 6 | 440 | 65 | 127 |
| Binary | 11101000 | 11001011 | 11101111 | 11 | 1111 | 0 | 110 | 100100000 | 110101 | 1010111 |
Color Harmonies of #E8CBEF
Complementary color
Monochromatic Colors of #E8CBEF
Black with #E8CBEF
Text Example
Text Example
White with #E8CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBEF; }
p { color: rgb(232,203,239); }
H1.HeaderClassName
{
color: #E8CBEF;
}
.AnyTagClassName
{
color: #E8CBEF;
}
</style>
background-color css
<style>
a { background-color: #E8CBEF; }
a { background-color: rgb(232,203,239); }
div.DivClassName
{
background-color: #E8CBEF;
}
.BgClassName
{
background-color: #E8CBEF;
}
</style>
border-color css
<style>
span { border-color: #E8CBEF; }
span { border-color: rgb(232,203,239); }
td.TdClassName
{
border-color: #E8CBEF;
}
.TagClassName
{
border-color: #E8CBEF;
}
</style>