Shades of Blue Chalk #E9C3F3
Tints of Blue Chalk #E9C3F3
RGB
CMYK
RGB Variations
Color information
#E9C3F3 (or 0xE9C3F3) is known color: Blue Chalk. HEX triplet: E9, C3 and F3. RGB value is (233,195,243). Sum of RGB (Red+Green+Blue) = 233+195+243=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9C3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C3F3 is #163C0C. Grayscale: #D3D3D3. Windows color (decimal): -1457165 or 15975401. OLE color: 15975401.
HSL color Cylindrical-coordinate representation of color #E9C3F3: hue angle of 287.5º 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 #E9C3F3 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 195 | 243 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.05 |
| HSL | 287.5º | 0.67% | 0.86% | - |
| HSV(B) | 287.5º | 0.2% | 0.95% | - |
| XYZ | 69.3 | 62.82 | 93.27 | - |
| YUV | 211.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 243 | 0.04 | 0.20 | 0 | 0.05 | 287.5 | 0.67 | 0.86 |
| Hex | E9 | C3 | F3 | 4 | 14 | 0 | 5 | 120 | 43 | 56 |
| Octal | 351 | 303 | 363 | 4 | 24 | 0 | 5 | 440 | 103 | 126 |
| Binary | 11101001 | 11000011 | 11110011 | 100 | 10100 | 0 | 101 | 100100000 | 1000011 | 1010110 |
Color Harmonies of #E9C3F3
Complementary color
Monochromatic Colors of #E9C3F3
Black with #E9C3F3
Text Example
Text Example
White with #E9C3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C3F3; }
p { color: rgb(233,195,243); }
H1.HeaderClassName
{
color: #E9C3F3;
}
.AnyTagClassName
{
color: #E9C3F3;
}
</style>
background-color css
<style>
a { background-color: #E9C3F3; }
a { background-color: rgb(233,195,243); }
div.DivClassName
{
background-color: #E9C3F3;
}
.BgClassName
{
background-color: #E9C3F3;
}
</style>
border-color css
<style>
span { border-color: #E9C3F3; }
span { border-color: rgb(233,195,243); }
td.TdClassName
{
border-color: #E9C3F3;
}
.TagClassName
{
border-color: #E9C3F3;
}
</style>