Shades of Blue Chalk #E6CEFA
Tints of Blue Chalk #E6CEFA
RGB
CMYK
RGB Variations
Color information
#E6CEFA (or 0xE6CEFA) is known color: Blue Chalk. HEX triplet: E6, CE and FA. RGB value is (230,206,250). Sum of RGB (Red+Green+Blue) = 230+206+250=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEFA is #193105. Grayscale: #DADADA. Windows color (decimal): -1650950 or 16436966. OLE color: 16436966.
HSL color Cylindrical-coordinate representation of color #E6CEFA: hue angle of 272.73º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CEFA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 206 | 250 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.02 |
| HSL | 272.73º | 0.81% | 0.89% | - |
| HSV(B) | 272.73º | 0.18% | 0.98% | - |
| XYZ | 71.96 | 67.87 | 99.75 | - |
| YUV | 218.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 250 | 0.08 | 0.18 | 0 | 0.02 | 272.73 | 0.81 | 0.89 |
| Hex | E6 | CE | FA | 8 | 12 | 0 | 2 | 111 | 51 | 59 |
| Octal | 346 | 316 | 372 | 10 | 22 | 0 | 2 | 421 | 121 | 131 |
| Binary | 11100110 | 11001110 | 11111010 | 1000 | 10010 | 0 | 10 | 100010001 | 1010001 | 1011001 |
Color Harmonies of #E6CEFA
Complementary color
Monochromatic Colors of #E6CEFA
Black with #E6CEFA
Text Example
Text Example
White with #E6CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEFA; }
p { color: rgb(230,206,250); }
H1.HeaderClassName
{
color: #E6CEFA;
}
.AnyTagClassName
{
color: #E6CEFA;
}
</style>
background-color css
<style>
a { background-color: #E6CEFA; }
a { background-color: rgb(230,206,250); }
div.DivClassName
{
background-color: #E6CEFA;
}
.BgClassName
{
background-color: #E6CEFA;
}
</style>
border-color css
<style>
span { border-color: #E6CEFA; }
span { border-color: rgb(230,206,250); }
td.TdClassName
{
border-color: #E6CEFA;
}
.TagClassName
{
border-color: #E6CEFA;
}
</style>