Shades of Blue Chalk #E8CAFC
Tints of Blue Chalk #E8CAFC
RGB
CMYK
RGB Variations
Color information
#E8CAFC (or 0xE8CAFC) is known color: Blue Chalk. HEX triplet: E8, CA and FC. RGB value is (232,202,252). Sum of RGB (Red+Green+Blue) = 232+202+252=686 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.82% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8CAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAFC is #173503. Grayscale: #D8D8D8. Windows color (decimal): -1520900 or 16567016. OLE color: 16567016.
HSL color Cylindrical-coordinate representation of color #E8CAFC: hue angle of 276º 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 #E8CAFC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 202 | 252 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.01 |
| HSL | 276º | 0.89% | 0.89% | - |
| HSV(B) | 276º | 0.2% | 0.99% | - |
| XYZ | 71.97 | 66.43 | 101.12 | - |
| YUV | 216.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 252 | 0.08 | 0.20 | 0 | 0.01 | 276 | 0.89 | 0.89 |
| Hex | E8 | CA | FC | 8 | 14 | 0 | 1 | 114 | 59 | 59 |
| Octal | 350 | 312 | 374 | 10 | 24 | 0 | 1 | 424 | 131 | 131 |
| Binary | 11101000 | 11001010 | 11111100 | 1000 | 10100 | 0 | 1 | 100010100 | 1011001 | 1011001 |
Color Harmonies of #E8CAFC
Complementary color
Monochromatic Colors of #E8CAFC
Black with #E8CAFC
Text Example
Text Example
White with #E8CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAFC; }
p { color: rgb(232,202,252); }
H1.HeaderClassName
{
color: #E8CAFC;
}
.AnyTagClassName
{
color: #E8CAFC;
}
</style>
background-color css
<style>
a { background-color: #E8CAFC; }
a { background-color: rgb(232,202,252); }
div.DivClassName
{
background-color: #E8CAFC;
}
.BgClassName
{
background-color: #E8CAFC;
}
</style>
border-color css
<style>
span { border-color: #E8CAFC; }
span { border-color: rgb(232,202,252); }
td.TdClassName
{
border-color: #E8CAFC;
}
.TagClassName
{
border-color: #E8CAFC;
}
</style>