Shades of Blue Chalk #E5C2F1
Tints of Blue Chalk #E5C2F1
RGB
CMYK
RGB Variations
Color information
#E5C2F1 (or 0xE5C2F1) is known color: Blue Chalk. HEX triplet: E5, C2 and F1. RGB value is (229,194,241). Sum of RGB (Red+Green+Blue) = 229+194+241=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5C2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C2F1 is #1A3D0E. Grayscale: #D1D1D1. Windows color (decimal): -1719567 or 15844069. OLE color: 15844069.
HSL color Cylindrical-coordinate representation of color #E5C2F1: hue angle of 284.68º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5C2F1 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 194 | 241 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.05 |
| HSL | 284.68º | 0.63% | 0.85% | - |
| HSV(B) | 284.68º | 0.2% | 0.95% | - |
| XYZ | 67.48 | 61.59 | 91.55 | - |
| YUV | 209.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 241 | 0.05 | 0.20 | 0 | 0.05 | 284.68 | 0.63 | 0.85 |
| Hex | E5 | C2 | F1 | 5 | 14 | 0 | 5 | 11D | 3F | 55 |
| Octal | 345 | 302 | 361 | 5 | 24 | 0 | 5 | 435 | 77 | 125 |
| Binary | 11100101 | 11000010 | 11110001 | 101 | 10100 | 0 | 101 | 100011101 | 111111 | 1010101 |
Color Harmonies of #E5C2F1
Complementary color
Monochromatic Colors of #E5C2F1
Black with #E5C2F1
Text Example
Text Example
White with #E5C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C2F1; }
p { color: rgb(229,194,241); }
H1.HeaderClassName
{
color: #E5C2F1;
}
.AnyTagClassName
{
color: #E5C2F1;
}
</style>
background-color css
<style>
a { background-color: #E5C2F1; }
a { background-color: rgb(229,194,241); }
div.DivClassName
{
background-color: #E5C2F1;
}
.BgClassName
{
background-color: #E5C2F1;
}
</style>
border-color css
<style>
span { border-color: #E5C2F1; }
span { border-color: rgb(229,194,241); }
td.TdClassName
{
border-color: #E5C2F1;
}
.TagClassName
{
border-color: #E5C2F1;
}
</style>