Shades of Blue Chalk #E3C2ED
Tints of Blue Chalk #E3C2ED
RGB
CMYK
RGB Variations
Color information
#E3C2ED (or 0xE3C2ED) is known color: Blue Chalk. HEX triplet: E3, C2 and ED. RGB value is (227,194,237). Sum of RGB (Red+Green+Blue) = 227+194+237=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2ED is #1C3D12. Grayscale: #D0D0D0. Windows color (decimal): -1850643 or 15581923. OLE color: 15581923.
HSL color Cylindrical-coordinate representation of color #E3C2ED: hue angle of 286.05º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3C2ED is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 194 | 237 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.07 |
| HSL | 286.05º | 0.54% | 0.85% | - |
| HSV(B) | 286.05º | 0.18% | 0.93% | - |
| XYZ | 66.26 | 61.03 | 88.41 | - |
| YUV | 208.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 194 | 237 | 0.04 | 0.18 | 0 | 0.07 | 286.05 | 0.54 | 0.85 |
| Hex | E3 | C2 | ED | 4 | 12 | 0 | 7 | 11E | 36 | 55 |
| Octal | 343 | 302 | 355 | 4 | 22 | 0 | 7 | 436 | 66 | 125 |
| Binary | 11100011 | 11000010 | 11101101 | 100 | 10010 | 0 | 111 | 100011110 | 110110 | 1010101 |
Color Harmonies of #E3C2ED
Complementary color
Monochromatic Colors of #E3C2ED
Black with #E3C2ED
Text Example
Text Example
White with #E3C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C2ED; }
p { color: rgb(227,194,237); }
H1.HeaderClassName
{
color: #E3C2ED;
}
.AnyTagClassName
{
color: #E3C2ED;
}
</style>
background-color css
<style>
a { background-color: #E3C2ED; }
a { background-color: rgb(227,194,237); }
div.DivClassName
{
background-color: #E3C2ED;
}
.BgClassName
{
background-color: #E3C2ED;
}
</style>
border-color css
<style>
span { border-color: #E3C2ED; }
span { border-color: rgb(227,194,237); }
td.TdClassName
{
border-color: #E3C2ED;
}
.TagClassName
{
border-color: #E3C2ED;
}
</style>