Shades of Blue Chalk #E8C4F3
Tints of Blue Chalk #E8C4F3
RGB
CMYK
RGB Variations
Color information
#E8C4F3 (or 0xE8C4F3) is known color: Blue Chalk. HEX triplet: E8, C4 and F3. RGB value is (232,196,243). Sum of RGB (Red+Green+Blue) = 232+196+243=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8C4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C4F3 is #173B0C. Grayscale: #D3D3D3. Windows color (decimal): -1522445 or 15975656. OLE color: 15975656.
HSL color Cylindrical-coordinate representation of color #E8C4F3: hue angle of 285.96º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8C4F3 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 196 | 243 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.05 |
| HSL | 285.96º | 0.66% | 0.86% | - |
| HSV(B) | 285.96º | 0.19% | 0.95% | - |
| XYZ | 69.2 | 63.11 | 93.33 | - |
| YUV | 212.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 243 | 0.05 | 0.19 | 0 | 0.05 | 285.96 | 0.66 | 0.86 |
| Hex | E8 | C4 | F3 | 5 | 13 | 0 | 5 | 11E | 42 | 56 |
| Octal | 350 | 304 | 363 | 5 | 23 | 0 | 5 | 436 | 102 | 126 |
| Binary | 11101000 | 11000100 | 11110011 | 101 | 10011 | 0 | 101 | 100011110 | 1000010 | 1010110 |
Color Harmonies of #E8C4F3
Complementary color
Monochromatic Colors of #E8C4F3
Black with #E8C4F3
Text Example
Text Example
White with #E8C4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C4F3; }
p { color: rgb(232,196,243); }
H1.HeaderClassName
{
color: #E8C4F3;
}
.AnyTagClassName
{
color: #E8C4F3;
}
</style>
background-color css
<style>
a { background-color: #E8C4F3; }
a { background-color: rgb(232,196,243); }
div.DivClassName
{
background-color: #E8C4F3;
}
.BgClassName
{
background-color: #E8C4F3;
}
</style>
border-color css
<style>
span { border-color: #E8C4F3; }
span { border-color: rgb(232,196,243); }
td.TdClassName
{
border-color: #E8C4F3;
}
.TagClassName
{
border-color: #E8C4F3;
}
</style>