Shades of Blue Chalk #E3C2F2
Tints of Blue Chalk #E3C2F2
RGB
CMYK
RGB Variations
Color information
#E3C2F2 (or 0xE3C2F2) is known color: Blue Chalk. HEX triplet: E3, C2 and F2. RGB value is (227,194,242). Sum of RGB (Red+Green+Blue) = 227+194+242=663 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.24% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3C2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2F2 is #1C3D0D. Grayscale: #D1D1D1. Windows color (decimal): -1850638 or 15909603. OLE color: 15909603.
HSL color Cylindrical-coordinate representation of color #E3C2F2: hue angle of 281.25º degrees, saturation: 0.65, 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 #E3C2F2 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 194 | 242 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.05 |
| HSL | 281.25º | 0.65% | 0.85% | - |
| HSV(B) | 281.25º | 0.2% | 0.95% | - |
| XYZ | 67 | 61.33 | 92.31 | - |
| YUV | 209.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 242 | 0.06 | 0.20 | 0 | 0.05 | 281.25 | 0.65 | 0.85 |
| Hex | E3 | C2 | F2 | 6 | 14 | 0 | 5 | 119 | 41 | 55 |
| Octal | 343 | 302 | 362 | 6 | 24 | 0 | 5 | 431 | 101 | 125 |
| Binary | 11100011 | 11000010 | 11110010 | 110 | 10100 | 0 | 101 | 100011001 | 1000001 | 1010101 |
Color Harmonies of #E3C2F2
Complementary color
Monochromatic Colors of #E3C2F2
Black with #E3C2F2
Text Example
Text Example
White with #E3C2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C2F2; }
p { color: rgb(227,194,242); }
H1.HeaderClassName
{
color: #E3C2F2;
}
.AnyTagClassName
{
color: #E3C2F2;
}
</style>
background-color css
<style>
a { background-color: #E3C2F2; }
a { background-color: rgb(227,194,242); }
div.DivClassName
{
background-color: #E3C2F2;
}
.BgClassName
{
background-color: #E3C2F2;
}
</style>
border-color css
<style>
span { border-color: #E3C2F2; }
span { border-color: rgb(227,194,242); }
td.TdClassName
{
border-color: #E3C2F2;
}
.TagClassName
{
border-color: #E3C2F2;
}
</style>