Shades of Blue Chalk #E5CFEC
Tints of Blue Chalk #E5CFEC
RGB
CMYK
RGB Variations
Color information
#E5CFEC (or 0xE5CFEC) is known color: Blue Chalk. HEX triplet: E5, CF and EC. RGB value is (229,207,236). Sum of RGB (Red+Green+Blue) = 229+207+236=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFEC is #1A3013. Grayscale: #D8D8D8. Windows color (decimal): -1716244 or 15519717. OLE color: 15519717.
HSL color Cylindrical-coordinate representation of color #E5CFEC: hue angle of 285.52º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CFEC is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 207 | 236 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.07 |
| HSL | 285.52º | 0.43% | 0.87% | - |
| HSV(B) | 285.52º | 0.12% | 0.93% | - |
| XYZ | 69.77 | 67.34 | 88.68 | - |
| YUV | 216.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 236 | 0.03 | 0.12 | 0 | 0.07 | 285.52 | 0.43 | 0.87 |
| Hex | E5 | CF | EC | 3 | C | 0 | 7 | 11E | 2B | 57 |
| Octal | 345 | 317 | 354 | 3 | 14 | 0 | 7 | 436 | 53 | 127 |
| Binary | 11100101 | 11001111 | 11101100 | 11 | 1100 | 0 | 111 | 100011110 | 101011 | 1010111 |
Color Harmonies of #E5CFEC
Complementary color
Monochromatic Colors of #E5CFEC
Black with #E5CFEC
Text Example
Text Example
White with #E5CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFEC; }
p { color: rgb(229,207,236); }
H1.HeaderClassName
{
color: #E5CFEC;
}
.AnyTagClassName
{
color: #E5CFEC;
}
</style>
background-color css
<style>
a { background-color: #E5CFEC; }
a { background-color: rgb(229,207,236); }
div.DivClassName
{
background-color: #E5CFEC;
}
.BgClassName
{
background-color: #E5CFEC;
}
</style>
border-color css
<style>
span { border-color: #E5CFEC; }
span { border-color: rgb(229,207,236); }
td.TdClassName
{
border-color: #E5CFEC;
}
.TagClassName
{
border-color: #E5CFEC;
}
</style>