Shades of Blue Chalk #E9CCF8
Tints of Blue Chalk #E9CCF8
RGB
CMYK
RGB Variations
Color information
#E9CCF8 (or 0xE9CCF8) is known color: Blue Chalk. HEX triplet: E9, CC and F8. RGB value is (233,204,248). Sum of RGB (Red+Green+Blue) = 233+204+248=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9CCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CCF8 is #163307. Grayscale: #D9D9D9. Windows color (decimal): -1454856 or 16305385. OLE color: 16305385.
HSL color Cylindrical-coordinate representation of color #E9CCF8: hue angle of 279.55º 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 #E9CCF8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 204 | 248 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.03 |
| HSL | 279.55º | 0.76% | 0.89% | - |
| HSV(B) | 279.55º | 0.18% | 0.97% | - |
| XYZ | 72.14 | 67.29 | 97.99 | - |
| YUV | 217.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 248 | 0.06 | 0.18 | 0 | 0.03 | 279.55 | 0.76 | 0.89 |
| Hex | E9 | CC | F8 | 6 | 12 | 0 | 3 | 118 | 4C | 59 |
| Octal | 351 | 314 | 370 | 6 | 22 | 0 | 3 | 430 | 114 | 131 |
| Binary | 11101001 | 11001100 | 11111000 | 110 | 10010 | 0 | 11 | 100011000 | 1001100 | 1011001 |
Color Harmonies of #E9CCF8
Complementary color
Monochromatic Colors of #E9CCF8
Black with #E9CCF8
Text Example
Text Example
White with #E9CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CCF8; }
p { color: rgb(233,204,248); }
H1.HeaderClassName
{
color: #E9CCF8;
}
.AnyTagClassName
{
color: #E9CCF8;
}
</style>
background-color css
<style>
a { background-color: #E9CCF8; }
a { background-color: rgb(233,204,248); }
div.DivClassName
{
background-color: #E9CCF8;
}
.BgClassName
{
background-color: #E9CCF8;
}
</style>
border-color css
<style>
span { border-color: #E9CCF8; }
span { border-color: rgb(233,204,248); }
td.TdClassName
{
border-color: #E9CCF8;
}
.TagClassName
{
border-color: #E9CCF8;
}
</style>