Shades of Blue Chalk #E3CFF2
Tints of Blue Chalk #E3CFF2
RGB
CMYK
RGB Variations
Color information
#E3CFF2 (or 0xE3CFF2) is known color: Blue Chalk. HEX triplet: E3, CF and F2. RGB value is (227,207,242). Sum of RGB (Red+Green+Blue) = 227+207+242=676 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.58% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CFF2 is #1C300D. Grayscale: #D8D8D8. Windows color (decimal): -1847310 or 15912931. OLE color: 15912931.
HSL color Cylindrical-coordinate representation of color #E3CFF2: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3CFF2 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 207 | 242 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.05 |
| HSL | 274.29º | 0.57% | 0.88% | - |
| HSV(B) | 274.29º | 0.14% | 0.95% | - |
| XYZ | 70.02 | 67.37 | 93.32 | - |
| YUV | 216.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 242 | 0.06 | 0.14 | 0 | 0.05 | 274.29 | 0.57 | 0.88 |
| Hex | E3 | CF | F2 | 6 | E | 0 | 5 | 112 | 39 | 58 |
| Octal | 343 | 317 | 362 | 6 | 16 | 0 | 5 | 422 | 71 | 130 |
| Binary | 11100011 | 11001111 | 11110010 | 110 | 1110 | 0 | 101 | 100010010 | 111001 | 1011000 |
Color Harmonies of #E3CFF2
Complementary color
Monochromatic Colors of #E3CFF2
Black with #E3CFF2
Text Example
Text Example
White with #E3CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CFF2; }
p { color: rgb(227,207,242); }
H1.HeaderClassName
{
color: #E3CFF2;
}
.AnyTagClassName
{
color: #E3CFF2;
}
</style>
background-color css
<style>
a { background-color: #E3CFF2; }
a { background-color: rgb(227,207,242); }
div.DivClassName
{
background-color: #E3CFF2;
}
.BgClassName
{
background-color: #E3CFF2;
}
</style>
border-color css
<style>
span { border-color: #E3CFF2; }
span { border-color: rgb(227,207,242); }
td.TdClassName
{
border-color: #E3CFF2;
}
.TagClassName
{
border-color: #E3CFF2;
}
</style>