Shades of Blue Chalk #E8CCFF
Tints of Blue Chalk #E8CCFF
RGB
CMYK
RGB Variations
Color information
#E8CCFF (or 0xE8CCFF) is known color: Blue Chalk. HEX triplet: E8, CC and FF. RGB value is (232,204,255). Sum of RGB (Red+Green+Blue) = 232+204+255=691 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.57% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCFF is #173300. Grayscale: #DADADA. Windows color (decimal): -1520385 or 16764136. OLE color: 16764136.
HSL color Cylindrical-coordinate representation of color #E8CCFF: hue angle of 272.94º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8CCFF is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 204 | 255 | - |
| CMYK | 0.09 | 0.2 | 0 | 0 |
| HSL | 272.94º | 1% | 0.9% | - |
| HSV(B) | 272.94º | 0.2% | 1% | - |
| XYZ | 72.92 | 67.56 | 103.81 | - |
| YUV | 218.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 255 | 0.09 | 0.2 | 0 | 0 | 272.94 | 1 | 0.9 |
| Hex | E8 | CC | FF | 9 | 14 | 0 | 0 | 111 | 64 | 5A |
| Octal | 350 | 314 | 377 | 11 | 24 | 0 | 0 | 421 | 144 | 132 |
| Binary | 11101000 | 11001100 | 11111111 | 1001 | 10100 | 0 | 0 | 100010001 | 1100100 | 1011010 |
Color Harmonies of #E8CCFF
Complementary color
Monochromatic Colors of #E8CCFF
Black with #E8CCFF
Text Example
Text Example
White with #E8CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CCFF; }
p { color: rgb(232,204,255); }
H1.HeaderClassName
{
color: #E8CCFF;
}
.AnyTagClassName
{
color: #E8CCFF;
}
</style>
background-color css
<style>
a { background-color: #E8CCFF; }
a { background-color: rgb(232,204,255); }
div.DivClassName
{
background-color: #E8CCFF;
}
.BgClassName
{
background-color: #E8CCFF;
}
</style>
border-color css
<style>
span { border-color: #E8CCFF; }
span { border-color: rgb(232,204,255); }
td.TdClassName
{
border-color: #E8CCFF;
}
.TagClassName
{
border-color: #E8CCFF;
}
</style>