Shades of Blue Chalk #E3C5F4
Tints of Blue Chalk #E3C5F4
RGB
CMYK
RGB Variations
Color information
#E3C5F4 (or 0xE3C5F4) is known color: Blue Chalk. HEX triplet: E3, C5 and F4. RGB value is (227,197,244). Sum of RGB (Red+Green+Blue) = 227+197+244=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #E3C5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C5F4 is #1C3A0B. Grayscale: #D3D3D3. Windows color (decimal): -1849868 or 16041443. OLE color: 16041443.
HSL color Cylindrical-coordinate representation of color #E3C5F4: hue angle of 278.3º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3C5F4 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 197 | 244 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.04 |
| HSL | 278.3º | 0.68% | 0.86% | - |
| HSV(B) | 278.3º | 0.19% | 0.96% | - |
| XYZ | 67.97 | 62.8 | 94.13 | - |
| YUV | 211.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 244 | 0.07 | 0.19 | 0 | 0.04 | 278.3 | 0.68 | 0.86 |
| Hex | E3 | C5 | F4 | 7 | 13 | 0 | 4 | 116 | 44 | 56 |
| Octal | 343 | 305 | 364 | 7 | 23 | 0 | 4 | 426 | 104 | 126 |
| Binary | 11100011 | 11000101 | 11110100 | 111 | 10011 | 0 | 100 | 100010110 | 1000100 | 1010110 |
Color Harmonies of #E3C5F4
Complementary color
Monochromatic Colors of #E3C5F4
Black with #E3C5F4
Text Example
Text Example
White with #E3C5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C5F4; }
p { color: rgb(227,197,244); }
H1.HeaderClassName
{
color: #E3C5F4;
}
.AnyTagClassName
{
color: #E3C5F4;
}
</style>
background-color css
<style>
a { background-color: #E3C5F4; }
a { background-color: rgb(227,197,244); }
div.DivClassName
{
background-color: #E3C5F4;
}
.BgClassName
{
background-color: #E3C5F4;
}
</style>
border-color css
<style>
span { border-color: #E3C5F4; }
span { border-color: rgb(227,197,244); }
td.TdClassName
{
border-color: #E3C5F4;
}
.TagClassName
{
border-color: #E3C5F4;
}
</style>