Shades of Blue Chalk #E5CCFE
Tints of Blue Chalk #E5CCFE
RGB
CMYK
RGB Variations
Color information
#E5CCFE (or 0xE5CCFE) is known color: Blue Chalk. HEX triplet: E5, CC and FE. RGB value is (229,204,254). Sum of RGB (Red+Green+Blue) = 229+204+254=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCFE is #1A3301. Grayscale: #D9D9D9. Windows color (decimal): -1716994 or 16698597. OLE color: 16698597.
HSL color Cylindrical-coordinate representation of color #E5CCFE: hue angle of 270º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CCFE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 204 | 254 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.00 |
| HSL | 270º | 0.96% | 0.9% | - |
| HSV(B) | 270º | 0.2% | 1% | - |
| XYZ | 71.8 | 67 | 102.91 | - |
| YUV | 217.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 254 | 0.10 | 0.20 | 0 | 0.00 | 270 | 0.96 | 0.9 |
| Hex | E5 | CC | FE | A | 14 | 0 | 0 | 10E | 60 | 5A |
| Octal | 345 | 314 | 376 | 12 | 24 | 0 | 0 | 416 | 140 | 132 |
| Binary | 11100101 | 11001100 | 11111110 | 1010 | 10100 | 0 | 0 | 100001110 | 1100000 | 1011010 |
Color Harmonies of #E5CCFE
Complementary color
Monochromatic Colors of #E5CCFE
Black with #E5CCFE
Text Example
Text Example
White with #E5CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCFE; }
p { color: rgb(229,204,254); }
H1.HeaderClassName
{
color: #E5CCFE;
}
.AnyTagClassName
{
color: #E5CCFE;
}
</style>
background-color css
<style>
a { background-color: #E5CCFE; }
a { background-color: rgb(229,204,254); }
div.DivClassName
{
background-color: #E5CCFE;
}
.BgClassName
{
background-color: #E5CCFE;
}
</style>
border-color css
<style>
span { border-color: #E5CCFE; }
span { border-color: rgb(229,204,254); }
td.TdClassName
{
border-color: #E5CCFE;
}
.TagClassName
{
border-color: #E5CCFE;
}
</style>