Shades of Blue Chalk #E5CAFC
Tints of Blue Chalk #E5CAFC
RGB
CMYK
RGB Variations
Color information
#E5CAFC (or 0xE5CAFC) is known color: Blue Chalk. HEX triplet: E5, CA and FC. RGB value is (229,202,252). Sum of RGB (Red+Green+Blue) = 229+202+252=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFC is #1A3503. Grayscale: #D7D7D7. Windows color (decimal): -1717508 or 16567013. OLE color: 16567013.
HSL color Cylindrical-coordinate representation of color #E5CAFC: hue angle of 272.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CAFC is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 202 | 252 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.01 |
| HSL | 272.4º | 0.89% | 0.89% | - |
| HSV(B) | 272.4º | 0.2% | 0.99% | - |
| XYZ | 71 | 65.93 | 101.08 | - |
| YUV | 215.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 252 | 0.09 | 0.20 | 0 | 0.01 | 272.4 | 0.89 | 0.89 |
| Hex | E5 | CA | FC | 9 | 14 | 0 | 1 | 110 | 59 | 59 |
| Octal | 345 | 312 | 374 | 11 | 24 | 0 | 1 | 420 | 131 | 131 |
| Binary | 11100101 | 11001010 | 11111100 | 1001 | 10100 | 0 | 1 | 100010000 | 1011001 | 1011001 |
Color Harmonies of #E5CAFC
Complementary color
Monochromatic Colors of #E5CAFC
Black with #E5CAFC
Text Example
Text Example
White with #E5CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAFC; }
p { color: rgb(229,202,252); }
H1.HeaderClassName
{
color: #E5CAFC;
}
.AnyTagClassName
{
color: #E5CAFC;
}
</style>
background-color css
<style>
a { background-color: #E5CAFC; }
a { background-color: rgb(229,202,252); }
div.DivClassName
{
background-color: #E5CAFC;
}
.BgClassName
{
background-color: #E5CAFC;
}
</style>
border-color css
<style>
span { border-color: #E5CAFC; }
span { border-color: rgb(229,202,252); }
td.TdClassName
{
border-color: #E5CAFC;
}
.TagClassName
{
border-color: #E5CAFC;
}
</style>