Shades of Blue Chalk #E3C3F2
Tints of Blue Chalk #E3C3F2
RGB
CMYK
RGB Variations
Color information
#E3C3F2 (or 0xE3C3F2) is known color: Blue Chalk. HEX triplet: E3, C3 and F2. RGB value is (227,195,242). Sum of RGB (Red+Green+Blue) = 227+195+242=664 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.19% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3C3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C3F2 is #1C3C0D. Grayscale: #D1D1D1. Windows color (decimal): -1850382 or 15909859. OLE color: 15909859.
HSL color Cylindrical-coordinate representation of color #E3C3F2: hue angle of 280.85º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3C3F2 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 195 | 242 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.05 |
| HSL | 280.85º | 0.64% | 0.86% | - |
| HSV(B) | 280.85º | 0.19% | 0.95% | - |
| XYZ | 67.22 | 61.77 | 92.38 | - |
| YUV | 209.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 242 | 0.06 | 0.19 | 0 | 0.05 | 280.85 | 0.64 | 0.86 |
| Hex | E3 | C3 | F2 | 6 | 13 | 0 | 5 | 119 | 40 | 56 |
| Octal | 343 | 303 | 362 | 6 | 23 | 0 | 5 | 431 | 100 | 126 |
| Binary | 11100011 | 11000011 | 11110010 | 110 | 10011 | 0 | 101 | 100011001 | 1000000 | 1010110 |
Color Harmonies of #E3C3F2
Complementary color
Monochromatic Colors of #E3C3F2
Black with #E3C3F2
Text Example
Text Example
White with #E3C3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C3F2; }
p { color: rgb(227,195,242); }
H1.HeaderClassName
{
color: #E3C3F2;
}
.AnyTagClassName
{
color: #E3C3F2;
}
</style>
background-color css
<style>
a { background-color: #E3C3F2; }
a { background-color: rgb(227,195,242); }
div.DivClassName
{
background-color: #E3C3F2;
}
.BgClassName
{
background-color: #E3C3F2;
}
</style>
border-color css
<style>
span { border-color: #E3C3F2; }
span { border-color: rgb(227,195,242); }
td.TdClassName
{
border-color: #E3C3F2;
}
.TagClassName
{
border-color: #E3C3F2;
}
</style>