Shades of Blue Chalk #E9CFF1
Tints of Blue Chalk #E9CFF1
RGB
CMYK
RGB Variations
Color information
#E9CFF1 (or 0xE9CFF1) is known color: Blue Chalk. HEX triplet: E9, CF and F1. RGB value is (233,207,241). Sum of RGB (Red+Green+Blue) = 233+207+241=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFF1 is #16300E. Grayscale: #DADADA. Windows color (decimal): -1454095 or 15847401. OLE color: 15847401.
HSL color Cylindrical-coordinate representation of color #E9CFF1: hue angle of 285.88º degrees, saturation: 0.55, 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 #E9CFF1 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 207 | 241 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.05 |
| HSL | 285.88º | 0.55% | 0.88% | - |
| HSV(B) | 285.88º | 0.14% | 0.95% | - |
| XYZ | 71.79 | 68.3 | 92.62 | - |
| YUV | 218.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 241 | 0.03 | 0.14 | 0 | 0.05 | 285.88 | 0.55 | 0.88 |
| Hex | E9 | CF | F1 | 3 | E | 0 | 5 | 11E | 37 | 58 |
| Octal | 351 | 317 | 361 | 3 | 16 | 0 | 5 | 436 | 67 | 130 |
| Binary | 11101001 | 11001111 | 11110001 | 11 | 1110 | 0 | 101 | 100011110 | 110111 | 1011000 |
Color Harmonies of #E9CFF1
Complementary color
Monochromatic Colors of #E9CFF1
Black with #E9CFF1
Text Example
Text Example
White with #E9CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFF1; }
p { color: rgb(233,207,241); }
H1.HeaderClassName
{
color: #E9CFF1;
}
.AnyTagClassName
{
color: #E9CFF1;
}
</style>
background-color css
<style>
a { background-color: #E9CFF1; }
a { background-color: rgb(233,207,241); }
div.DivClassName
{
background-color: #E9CFF1;
}
.BgClassName
{
background-color: #E9CFF1;
}
</style>
border-color css
<style>
span { border-color: #E9CFF1; }
span { border-color: rgb(233,207,241); }
td.TdClassName
{
border-color: #E9CFF1;
}
.TagClassName
{
border-color: #E9CFF1;
}
</style>