Shades of Blue Chalk #E9CFFC
Tints of Blue Chalk #E9CFFC
RGB
CMYK
RGB Variations
Color information
#E9CFFC (or 0xE9CFFC) is known color: Blue Chalk. HEX triplet: E9, CF and FC. RGB value is (233,207,252). Sum of RGB (Red+Green+Blue) = 233+207+252=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFFC is #163003. Grayscale: #DBDBDB. Windows color (decimal): -1454084 or 16568297. OLE color: 16568297.
HSL color Cylindrical-coordinate representation of color #E9CFFC: hue angle of 274.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CFFC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 207 | 252 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.01 |
| HSL | 274.67º | 0.88% | 0.9% | - |
| HSV(B) | 274.67º | 0.18% | 0.99% | - |
| XYZ | 73.49 | 68.98 | 101.54 | - |
| YUV | 219.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 252 | 0.08 | 0.18 | 0 | 0.01 | 274.67 | 0.88 | 0.9 |
| Hex | E9 | CF | FC | 8 | 12 | 0 | 1 | 113 | 58 | 5A |
| Octal | 351 | 317 | 374 | 10 | 22 | 0 | 1 | 423 | 130 | 132 |
| Binary | 11101001 | 11001111 | 11111100 | 1000 | 10010 | 0 | 1 | 100010011 | 1011000 | 1011010 |
Color Harmonies of #E9CFFC
Complementary color
Monochromatic Colors of #E9CFFC
Black with #E9CFFC
Text Example
Text Example
White with #E9CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFFC; }
p { color: rgb(233,207,252); }
H1.HeaderClassName
{
color: #E9CFFC;
}
.AnyTagClassName
{
color: #E9CFFC;
}
</style>
background-color css
<style>
a { background-color: #E9CFFC; }
a { background-color: rgb(233,207,252); }
div.DivClassName
{
background-color: #E9CFFC;
}
.BgClassName
{
background-color: #E9CFFC;
}
</style>
border-color css
<style>
span { border-color: #E9CFFC; }
span { border-color: rgb(233,207,252); }
td.TdClassName
{
border-color: #E9CFFC;
}
.TagClassName
{
border-color: #E9CFFC;
}
</style>