Shades of Blue Chalk #E9C9FE
Tints of Blue Chalk #E9C9FE
RGB
CMYK
RGB Variations
Color information
#E9C9FE (or 0xE9C9FE) is known color: Blue Chalk. HEX triplet: E9, C9 and FE. RGB value is (233,201,254). Sum of RGB (Red+Green+Blue) = 233+201+254=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C9FE is #163601. Grayscale: #D8D8D8. Windows color (decimal): -1455618 or 16697833. OLE color: 16697833.
HSL color Cylindrical-coordinate representation of color #E9C9FE: hue angle of 276.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9C9FE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 201 | 254 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.00 |
| HSL | 276.23º | 0.96% | 0.89% | - |
| HSV(B) | 276.23º | 0.21% | 1% | - |
| XYZ | 72.38 | 66.25 | 102.74 | - |
| YUV | 216.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 254 | 0.08 | 0.21 | 0 | 0.00 | 276.23 | 0.96 | 0.89 |
| Hex | E9 | C9 | FE | 8 | 15 | 0 | 0 | 114 | 60 | 59 |
| Octal | 351 | 311 | 376 | 10 | 25 | 0 | 0 | 424 | 140 | 131 |
| Binary | 11101001 | 11001001 | 11111110 | 1000 | 10101 | 0 | 0 | 100010100 | 1100000 | 1011001 |
Color Harmonies of #E9C9FE
Complementary color
Monochromatic Colors of #E9C9FE
Black with #E9C9FE
Text Example
Text Example
White with #E9C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9FE; }
p { color: rgb(233,201,254); }
H1.HeaderClassName
{
color: #E9C9FE;
}
.AnyTagClassName
{
color: #E9C9FE;
}
</style>
background-color css
<style>
a { background-color: #E9C9FE; }
a { background-color: rgb(233,201,254); }
div.DivClassName
{
background-color: #E9C9FE;
}
.BgClassName
{
background-color: #E9C9FE;
}
</style>
border-color css
<style>
span { border-color: #E9C9FE; }
span { border-color: rgb(233,201,254); }
td.TdClassName
{
border-color: #E9C9FE;
}
.TagClassName
{
border-color: #E9C9FE;
}
</style>