Shades of Blue Chalk #E3C7F2
Tints of Blue Chalk #E3C7F2
RGB
CMYK
RGB Variations
Color information
#E3C7F2 (or 0xE3C7F2) is known color: Blue Chalk. HEX triplet: E3, C7 and F2. RGB value is (227,199,242). Sum of RGB (Red+Green+Blue) = 227+199+242=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3C7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C7F2 is #1C380D. Grayscale: #D4D4D4. Windows color (decimal): -1849358 or 15910883. OLE color: 15910883.
HSL color Cylindrical-coordinate representation of color #E3C7F2: hue angle of 279.07º degrees, saturation: 0.62, 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 #E3C7F2 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 199 | 242 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.05 |
| HSL | 279.07º | 0.62% | 0.86% | - |
| HSV(B) | 279.07º | 0.18% | 0.95% | - |
| XYZ | 68.13 | 63.59 | 92.69 | - |
| YUV | 212.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 242 | 0.06 | 0.18 | 0 | 0.05 | 279.07 | 0.62 | 0.86 |
| Hex | E3 | C7 | F2 | 6 | 12 | 0 | 5 | 117 | 3E | 56 |
| Octal | 343 | 307 | 362 | 6 | 22 | 0 | 5 | 427 | 76 | 126 |
| Binary | 11100011 | 11000111 | 11110010 | 110 | 10010 | 0 | 101 | 100010111 | 111110 | 1010110 |
Color Harmonies of #E3C7F2
Complementary color
Monochromatic Colors of #E3C7F2
Black with #E3C7F2
Text Example
Text Example
White with #E3C7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C7F2; }
p { color: rgb(227,199,242); }
H1.HeaderClassName
{
color: #E3C7F2;
}
.AnyTagClassName
{
color: #E3C7F2;
}
</style>
background-color css
<style>
a { background-color: #E3C7F2; }
a { background-color: rgb(227,199,242); }
div.DivClassName
{
background-color: #E3C7F2;
}
.BgClassName
{
background-color: #E3C7F2;
}
</style>
border-color css
<style>
span { border-color: #E3C7F2; }
span { border-color: rgb(227,199,242); }
td.TdClassName
{
border-color: #E3C7F2;
}
.TagClassName
{
border-color: #E3C7F2;
}
</style>