Shades of Blue Chalk #E8CCFC
Tints of Blue Chalk #E8CCFC
RGB
CMYK
RGB Variations
Color information
#E8CCFC (or 0xE8CCFC) is known color: Blue Chalk. HEX triplet: E8, CC and FC. RGB value is (232,204,252). Sum of RGB (Red+Green+Blue) = 232+204+252=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCFC is #173303. Grayscale: #D9D9D9. Windows color (decimal): -1520388 or 16567528. OLE color: 16567528.
HSL color Cylindrical-coordinate representation of color #E8CCFC: hue angle of 275º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8CCFC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 204 | 252 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.01 |
| HSL | 275º | 0.89% | 0.89% | - |
| HSV(B) | 275º | 0.19% | 0.99% | - |
| XYZ | 72.44 | 67.37 | 101.28 | - |
| YUV | 217.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 252 | 0.08 | 0.19 | 0 | 0.01 | 275 | 0.89 | 0.89 |
| Hex | E8 | CC | FC | 8 | 13 | 0 | 1 | 113 | 59 | 59 |
| Octal | 350 | 314 | 374 | 10 | 23 | 0 | 1 | 423 | 131 | 131 |
| Binary | 11101000 | 11001100 | 11111100 | 1000 | 10011 | 0 | 1 | 100010011 | 1011001 | 1011001 |
Color Harmonies of #E8CCFC
Complementary color
Monochromatic Colors of #E8CCFC
Black with #E8CCFC
Text Example
Text Example
White with #E8CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCFC; }
p { color: rgb(232,204,252); }
H1.HeaderClassName
{
color: #E8CCFC;
}
.AnyTagClassName
{
color: #E8CCFC;
}
</style>
background-color css
<style>
a { background-color: #E8CCFC; }
a { background-color: rgb(232,204,252); }
div.DivClassName
{
background-color: #E8CCFC;
}
.BgClassName
{
background-color: #E8CCFC;
}
</style>
border-color css
<style>
span { border-color: #E8CCFC; }
span { border-color: rgb(232,204,252); }
td.TdClassName
{
border-color: #E8CCFC;
}
.TagClassName
{
border-color: #E8CCFC;
}
</style>