Shades of Blue Chalk #E2CFF2
Tints of Blue Chalk #E2CFF2
RGB
CMYK
RGB Variations
Color information
#E2CFF2 (or 0xE2CFF2) is known color: Blue Chalk. HEX triplet: E2, CF and F2. RGB value is (226,207,242). Sum of RGB (Red+Green+Blue) = 226+207+242=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFF2 is #1D300D. Grayscale: #D8D8D8. Windows color (decimal): -1912846 or 15912930. OLE color: 15912930.
HSL color Cylindrical-coordinate representation of color #E2CFF2: hue angle of 272.57º 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 #E2CFF2 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 207 | 242 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.05 |
| HSL | 272.57º | 0.57% | 0.88% | - |
| HSV(B) | 272.57º | 0.14% | 0.95% | - |
| XYZ | 69.7 | 67.21 | 93.3 | - |
| YUV | 216.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 242 | 0.07 | 0.14 | 0 | 0.05 | 272.57 | 0.57 | 0.88 |
| Hex | E2 | CF | F2 | 7 | E | 0 | 5 | 111 | 39 | 58 |
| Octal | 342 | 317 | 362 | 7 | 16 | 0 | 5 | 421 | 71 | 130 |
| Binary | 11100010 | 11001111 | 11110010 | 111 | 1110 | 0 | 101 | 100010001 | 111001 | 1011000 |
Color Harmonies of #E2CFF2
Complementary color
Monochromatic Colors of #E2CFF2
Black with #E2CFF2
Text Example
Text Example
White with #E2CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFF2; }
p { color: rgb(226,207,242); }
H1.HeaderClassName
{
color: #E2CFF2;
}
.AnyTagClassName
{
color: #E2CFF2;
}
</style>
background-color css
<style>
a { background-color: #E2CFF2; }
a { background-color: rgb(226,207,242); }
div.DivClassName
{
background-color: #E2CFF2;
}
.BgClassName
{
background-color: #E2CFF2;
}
</style>
border-color css
<style>
span { border-color: #E2CFF2; }
span { border-color: rgb(226,207,242); }
td.TdClassName
{
border-color: #E2CFF2;
}
.TagClassName
{
border-color: #E2CFF2;
}
</style>