Shades of Blue Chalk #E6C7FA
Tints of Blue Chalk #E6C7FA
RGB
CMYK
RGB Variations
Color information
#E6C7FA (or 0xE6C7FA) is known color: Blue Chalk. HEX triplet: E6, C7 and FA. RGB value is (230,199,250). Sum of RGB (Red+Green+Blue) = 230+199+250=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6C7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7FA is #193805. Grayscale: #D5D5D5. Windows color (decimal): -1652742 or 16435174. OLE color: 16435174.
HSL color Cylindrical-coordinate representation of color #E6C7FA: hue angle of 276.47º degrees, saturation: 0.84, 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 #E6C7FA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 199 | 250 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.02 |
| HSL | 276.47º | 0.84% | 0.88% | - |
| HSV(B) | 276.47º | 0.2% | 0.98% | - |
| XYZ | 70.31 | 64.57 | 99.2 | - |
| YUV | 214.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 250 | 0.08 | 0.20 | 0 | 0.02 | 276.47 | 0.84 | 0.88 |
| Hex | E6 | C7 | FA | 8 | 14 | 0 | 2 | 114 | 54 | 58 |
| Octal | 346 | 307 | 372 | 10 | 24 | 0 | 2 | 424 | 124 | 130 |
| Binary | 11100110 | 11000111 | 11111010 | 1000 | 10100 | 0 | 10 | 100010100 | 1010100 | 1011000 |
Color Harmonies of #E6C7FA
Complementary color
Monochromatic Colors of #E6C7FA
Black with #E6C7FA
Text Example
Text Example
White with #E6C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7FA; }
p { color: rgb(230,199,250); }
H1.HeaderClassName
{
color: #E6C7FA;
}
.AnyTagClassName
{
color: #E6C7FA;
}
</style>
background-color css
<style>
a { background-color: #E6C7FA; }
a { background-color: rgb(230,199,250); }
div.DivClassName
{
background-color: #E6C7FA;
}
.BgClassName
{
background-color: #E6C7FA;
}
</style>
border-color css
<style>
span { border-color: #E6C7FA; }
span { border-color: rgb(230,199,250); }
td.TdClassName
{
border-color: #E6C7FA;
}
.TagClassName
{
border-color: #E6C7FA;
}
</style>