Shades of Blue Chalk #E5CCEC
Tints of Blue Chalk #E5CCEC
RGB
CMYK
RGB Variations
Color information
#E5CCEC (or 0xE5CCEC) is known color: Blue Chalk. HEX triplet: E5, CC and EC. RGB value is (229,204,236). Sum of RGB (Red+Green+Blue) = 229+204+236=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCEC is #1A3313. Grayscale: #D7D7D7. Windows color (decimal): -1717012 or 15518949. OLE color: 15518949.
HSL color Cylindrical-coordinate representation of color #E5CCEC: hue angle of 286.88º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CCEC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 204 | 236 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.07 |
| HSL | 286.88º | 0.46% | 0.86% | - |
| HSV(B) | 286.88º | 0.14% | 0.93% | - |
| XYZ | 69.05 | 65.9 | 88.44 | - |
| YUV | 215.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 236 | 0.03 | 0.14 | 0 | 0.07 | 286.88 | 0.46 | 0.86 |
| Hex | E5 | CC | EC | 3 | E | 0 | 7 | 11F | 2E | 56 |
| Octal | 345 | 314 | 354 | 3 | 16 | 0 | 7 | 437 | 56 | 126 |
| Binary | 11100101 | 11001100 | 11101100 | 11 | 1110 | 0 | 111 | 100011111 | 101110 | 1010110 |
Color Harmonies of #E5CCEC
Complementary color
Monochromatic Colors of #E5CCEC
Black with #E5CCEC
Text Example
Text Example
White with #E5CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCEC; }
p { color: rgb(229,204,236); }
H1.HeaderClassName
{
color: #E5CCEC;
}
.AnyTagClassName
{
color: #E5CCEC;
}
</style>
background-color css
<style>
a { background-color: #E5CCEC; }
a { background-color: rgb(229,204,236); }
div.DivClassName
{
background-color: #E5CCEC;
}
.BgClassName
{
background-color: #E5CCEC;
}
</style>
border-color css
<style>
span { border-color: #E5CCEC; }
span { border-color: rgb(229,204,236); }
td.TdClassName
{
border-color: #E5CCEC;
}
.TagClassName
{
border-color: #E5CCEC;
}
</style>