Shades of Blue Chalk #E3C6F1
Tints of Blue Chalk #E3C6F1
RGB
CMYK
RGB Variations
Color information
#E3C6F1 (or 0xE3C6F1) is known color: Blue Chalk. HEX triplet: E3, C6 and F1. RGB value is (227,198,241). Sum of RGB (Red+Green+Blue) = 227+198+241=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3C6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C6F1 is #1C390E. Grayscale: #D3D3D3. Windows color (decimal): -1849615 or 15845091. OLE color: 15845091.
HSL color Cylindrical-coordinate representation of color #E3C6F1: hue angle of 280.47º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3C6F1 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 198 | 241 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.05 |
| HSL | 280.47º | 0.61% | 0.86% | - |
| HSV(B) | 280.47º | 0.18% | 0.95% | - |
| XYZ | 67.75 | 63.07 | 91.82 | - |
| YUV | 211.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 198 | 241 | 0.06 | 0.18 | 0 | 0.05 | 280.47 | 0.61 | 0.86 |
| Hex | E3 | C6 | F1 | 6 | 12 | 0 | 5 | 118 | 3D | 56 |
| Octal | 343 | 306 | 361 | 6 | 22 | 0 | 5 | 430 | 75 | 126 |
| Binary | 11100011 | 11000110 | 11110001 | 110 | 10010 | 0 | 101 | 100011000 | 111101 | 1010110 |
Color Harmonies of #E3C6F1
Complementary color
Monochromatic Colors of #E3C6F1
Black with #E3C6F1
Text Example
Text Example
White with #E3C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C6F1; }
p { color: rgb(227,198,241); }
H1.HeaderClassName
{
color: #E3C6F1;
}
.AnyTagClassName
{
color: #E3C6F1;
}
</style>
background-color css
<style>
a { background-color: #E3C6F1; }
a { background-color: rgb(227,198,241); }
div.DivClassName
{
background-color: #E3C6F1;
}
.BgClassName
{
background-color: #E3C6F1;
}
</style>
border-color css
<style>
span { border-color: #E3C6F1; }
span { border-color: rgb(227,198,241); }
td.TdClassName
{
border-color: #E3C6F1;
}
.TagClassName
{
border-color: #E3C6F1;
}
</style>