Shades of Blue Chalk #E6C9FA
Tints of Blue Chalk #E6C9FA
RGB
CMYK
RGB Variations
Color information
#E6C9FA (or 0xE6C9FA) is known color: Blue Chalk. HEX triplet: E6, C9 and FA. RGB value is (230,201,250). Sum of RGB (Red+Green+Blue) = 230+201+250=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6C9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C9FA is #193605. Grayscale: #D7D7D7. Windows color (decimal): -1652230 or 16435686. OLE color: 16435686.
HSL color Cylindrical-coordinate representation of color #E6C9FA: hue angle of 275.51º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6C9FA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 201 | 250 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.02 |
| HSL | 275.51º | 0.83% | 0.88% | - |
| HSV(B) | 275.51º | 0.2% | 0.98% | - |
| XYZ | 70.78 | 65.5 | 99.35 | - |
| YUV | 215.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 250 | 0.08 | 0.20 | 0 | 0.02 | 275.51 | 0.83 | 0.88 |
| Hex | E6 | C9 | FA | 8 | 14 | 0 | 2 | 114 | 53 | 58 |
| Octal | 346 | 311 | 372 | 10 | 24 | 0 | 2 | 424 | 123 | 130 |
| Binary | 11100110 | 11001001 | 11111010 | 1000 | 10100 | 0 | 10 | 100010100 | 1010011 | 1011000 |
Color Harmonies of #E6C9FA
Complementary color
Monochromatic Colors of #E6C9FA
Black with #E6C9FA
Text Example
Text Example
White with #E6C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C9FA; }
p { color: rgb(230,201,250); }
H1.HeaderClassName
{
color: #E6C9FA;
}
.AnyTagClassName
{
color: #E6C9FA;
}
</style>
background-color css
<style>
a { background-color: #E6C9FA; }
a { background-color: rgb(230,201,250); }
div.DivClassName
{
background-color: #E6C9FA;
}
.BgClassName
{
background-color: #E6C9FA;
}
</style>
border-color css
<style>
span { border-color: #E6C9FA; }
span { border-color: rgb(230,201,250); }
td.TdClassName
{
border-color: #E6C9FA;
}
.TagClassName
{
border-color: #E6C9FA;
}
</style>