Shades of Blue Chalk #E3CFEB
Tints of Blue Chalk #E3CFEB
RGB
CMYK
RGB Variations
Color information
#E3CFEB (or 0xE3CFEB) is known color: Blue Chalk. HEX triplet: E3, CF and EB. RGB value is (227,207,235). Sum of RGB (Red+Green+Blue) = 227+207+235=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CFEB is #1C3014. Grayscale: #D8D8D8. Windows color (decimal): -1847317 or 15454179. OLE color: 15454179.
HSL color Cylindrical-coordinate representation of color #E3CFEB: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3CFEB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 227 | 207 | 235 | - |
CMYK | 0.03 | 0.12 | 0 | 0.08 |
HSL | 282.86º | 0.41% | 0.87% | - |
HSV(B) | 282.86º | 0.12% | 0.92% | - |
XYZ | 68.99 | 66.95 | 87.88 | - |
YUV | 216.17 | 138.63 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 207 | 235 | 0.03 | 0.12 | 0 | 0.08 | 282.86 | 0.41 | 0.87 |
Hex | E3 | CF | EB | 3 | C | 0 | 8 | 11B | 29 | 57 |
Octal | 343 | 317 | 353 | 3 | 14 | 0 | 10 | 433 | 51 | 127 |
Binary | 11100011 | 11001111 | 11101011 | 11 | 1100 | 0 | 1000 | 100011011 | 101001 | 1010111 |
Color Harmonies of #E3CFEB
Complementary color
Monochromatic Colors of #E3CFEB
Black with #E3CFEB
Text Example
Text Example
White with #E3CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFEB; }
p { color: rgb(227,207,235); }
H1.HeaderClassName
{
color: #E3CFEB;
}
.AnyTagClassName
{
color: #E3CFEB;
}
</style>
background-color css
<style>
a { background-color: #E3CFEB; }
a { background-color: rgb(227,207,235); }
div.DivClassName
{
background-color: #E3CFEB;
}
.BgClassName
{
background-color: #E3CFEB;
}
</style>
border-color css
<style>
span { border-color: #E3CFEB; }
span { border-color: rgb(227,207,235); }
td.TdClassName
{
border-color: #E3CFEB;
}
.TagClassName
{
border-color: #E3CFEB;
}
</style>