Shades of Blue Chalk #E3C2F3
Tints of Blue Chalk #E3C2F3
RGB
CMYK
RGB Variations
Color information
#E3C2F3 (or 0xE3C2F3) is known color: Blue Chalk. HEX triplet: E3, C2 and F3. RGB value is (227,194,243). Sum of RGB (Red+Green+Blue) = 227+194+243=664 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.19% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #E3C2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2F3 is #1C3D0C. Grayscale: #D1D1D1. Windows color (decimal): -1850637 or 15975139. OLE color: 15975139.
HSL color Cylindrical-coordinate representation of color #E3C2F3: hue angle of 280.41º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E3C2F3 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 194 | 243 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.05 |
| HSL | 280.41º | 0.67% | 0.86% | - |
| HSV(B) | 280.41º | 0.2% | 0.95% | - |
| XYZ | 67.15 | 61.39 | 93.1 | - |
| YUV | 209.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 243 | 0.07 | 0.20 | 0 | 0.05 | 280.41 | 0.67 | 0.86 |
| Hex | E3 | C2 | F3 | 7 | 14 | 0 | 5 | 118 | 43 | 56 |
| Octal | 343 | 302 | 363 | 7 | 24 | 0 | 5 | 430 | 103 | 126 |
| Binary | 11100011 | 11000010 | 11110011 | 111 | 10100 | 0 | 101 | 100011000 | 1000011 | 1010110 |
Color Harmonies of #E3C2F3
Complementary color
Monochromatic Colors of #E3C2F3
Black with #E3C2F3
Text Example
Text Example
White with #E3C2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C2F3; }
p { color: rgb(227,194,243); }
H1.HeaderClassName
{
color: #E3C2F3;
}
.AnyTagClassName
{
color: #E3C2F3;
}
</style>
background-color css
<style>
a { background-color: #E3C2F3; }
a { background-color: rgb(227,194,243); }
div.DivClassName
{
background-color: #E3C2F3;
}
.BgClassName
{
background-color: #E3C2F3;
}
</style>
border-color css
<style>
span { border-color: #E3C2F3; }
span { border-color: rgb(227,194,243); }
td.TdClassName
{
border-color: #E3C2F3;
}
.TagClassName
{
border-color: #E3C2F3;
}
</style>