Shades of Blue Chalk #E2CFF3
Tints of Blue Chalk #E2CFF3
RGB
CMYK
RGB Variations
Color information
#E2CFF3 (or 0xE2CFF3) is known color: Blue Chalk. HEX triplet: E2, CF and F3. RGB value is (226,207,243). Sum of RGB (Red+Green+Blue) = 226+207+243=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFF3 is #1D300C. Grayscale: #D8D8D8. Windows color (decimal): -1912845 or 15978466. OLE color: 15978466.
HSL color Cylindrical-coordinate representation of color #E2CFF3: hue angle of 271.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2CFF3 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 207 | 243 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 271.67º | 0.6% | 0.88% | - |
| HSV(B) | 271.67º | 0.15% | 0.95% | - |
| XYZ | 69.85 | 67.27 | 94.1 | - |
| YUV | 216.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 243 | 0.07 | 0.15 | 0 | 0.05 | 271.67 | 0.6 | 0.88 |
| Hex | E2 | CF | F3 | 7 | F | 0 | 5 | 110 | 3C | 58 |
| Octal | 342 | 317 | 363 | 7 | 17 | 0 | 5 | 420 | 74 | 130 |
| Binary | 11100010 | 11001111 | 11110011 | 111 | 1111 | 0 | 101 | 100010000 | 111100 | 1011000 |
Color Harmonies of #E2CFF3
Complementary color
Monochromatic Colors of #E2CFF3
Black with #E2CFF3
Text Example
Text Example
White with #E2CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFF3; }
p { color: rgb(226,207,243); }
H1.HeaderClassName
{
color: #E2CFF3;
}
.AnyTagClassName
{
color: #E2CFF3;
}
</style>
background-color css
<style>
a { background-color: #E2CFF3; }
a { background-color: rgb(226,207,243); }
div.DivClassName
{
background-color: #E2CFF3;
}
.BgClassName
{
background-color: #E2CFF3;
}
</style>
border-color css
<style>
span { border-color: #E2CFF3; }
span { border-color: rgb(226,207,243); }
td.TdClassName
{
border-color: #E2CFF3;
}
.TagClassName
{
border-color: #E2CFF3;
}
</style>