Shades of Blue Chalk #E3CEED
Tints of Blue Chalk #E3CEED
RGB
CMYK
RGB Variations
Color information
#E3CEED (or 0xE3CEED) is known color: Blue Chalk. HEX triplet: E3, CE and ED. RGB value is (227,206,237). Sum of RGB (Red+Green+Blue) = 227+206+237=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CEED is #1C3112. Grayscale: #D7D7D7. Windows color (decimal): -1847571 or 15584995. OLE color: 15584995.
HSL color Cylindrical-coordinate representation of color #E3CEED: hue angle of 280.65º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3CEED is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 206 | 237 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.07 |
| HSL | 280.65º | 0.46% | 0.87% | - |
| HSV(B) | 280.65º | 0.13% | 0.93% | - |
| XYZ | 69.04 | 66.59 | 89.33 | - |
| YUV | 215.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 237 | 0.04 | 0.13 | 0 | 0.07 | 280.65 | 0.46 | 0.87 |
| Hex | E3 | CE | ED | 4 | D | 0 | 7 | 119 | 2E | 57 |
| Octal | 343 | 316 | 355 | 4 | 15 | 0 | 7 | 431 | 56 | 127 |
| Binary | 11100011 | 11001110 | 11101101 | 100 | 1101 | 0 | 111 | 100011001 | 101110 | 1010111 |
Color Harmonies of #E3CEED
Complementary color
Monochromatic Colors of #E3CEED
Black with #E3CEED
Text Example
Text Example
White with #E3CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CEED; }
p { color: rgb(227,206,237); }
H1.HeaderClassName
{
color: #E3CEED;
}
.AnyTagClassName
{
color: #E3CEED;
}
</style>
background-color css
<style>
a { background-color: #E3CEED; }
a { background-color: rgb(227,206,237); }
div.DivClassName
{
background-color: #E3CEED;
}
.BgClassName
{
background-color: #E3CEED;
}
</style>
border-color css
<style>
span { border-color: #E3CEED; }
span { border-color: rgb(227,206,237); }
td.TdClassName
{
border-color: #E3CEED;
}
.TagClassName
{
border-color: #E3CEED;
}
</style>