Shades of Blue Chalk #E8CCF8
Tints of Blue Chalk #E8CCF8
RGB
CMYK
RGB Variations
Color information
#E8CCF8 (or 0xE8CCF8) is known color: Blue Chalk. HEX triplet: E8, CC and F8. RGB value is (232,204,248). Sum of RGB (Red+Green+Blue) = 232+204+248=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8CCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCF8 is #173307. Grayscale: #D9D9D9. Windows color (decimal): -1520392 or 16305384. OLE color: 16305384.
HSL color Cylindrical-coordinate representation of color #E8CCF8: hue angle of 278.18º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8CCF8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 204 | 248 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.03 |
| HSL | 278.18º | 0.76% | 0.89% | - |
| HSV(B) | 278.18º | 0.18% | 0.97% | - |
| XYZ | 71.81 | 67.12 | 97.98 | - |
| YUV | 217.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 248 | 0.06 | 0.18 | 0 | 0.03 | 278.18 | 0.76 | 0.89 |
| Hex | E8 | CC | F8 | 6 | 12 | 0 | 3 | 116 | 4C | 59 |
| Octal | 350 | 314 | 370 | 6 | 22 | 0 | 3 | 426 | 114 | 131 |
| Binary | 11101000 | 11001100 | 11111000 | 110 | 10010 | 0 | 11 | 100010110 | 1001100 | 1011001 |
Color Harmonies of #E8CCF8
Complementary color
Monochromatic Colors of #E8CCF8
Black with #E8CCF8
Text Example
Text Example
White with #E8CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCF8; }
p { color: rgb(232,204,248); }
H1.HeaderClassName
{
color: #E8CCF8;
}
.AnyTagClassName
{
color: #E8CCF8;
}
</style>
background-color css
<style>
a { background-color: #E8CCF8; }
a { background-color: rgb(232,204,248); }
div.DivClassName
{
background-color: #E8CCF8;
}
.BgClassName
{
background-color: #E8CCF8;
}
</style>
border-color css
<style>
span { border-color: #E8CCF8; }
span { border-color: rgb(232,204,248); }
td.TdClassName
{
border-color: #E8CCF8;
}
.TagClassName
{
border-color: #E8CCF8;
}
</style>