Shades of Blue Chalk #E6C0F1
Tints of Blue Chalk #E6C0F1
RGB
CMYK
RGB Variations
Color information
#E6C0F1 (or 0xE6C0F1) is known color: Blue Chalk. HEX triplet: E6, C0 and F1. RGB value is (230,192,241). Sum of RGB (Red+Green+Blue) = 230+192+241=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6C0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C0F1 is #193F0E. Grayscale: #D0D0D0. Windows color (decimal): -1654543 or 15843558. OLE color: 15843558.
HSL color Cylindrical-coordinate representation of color #E6C0F1: hue angle of 286.53º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6C0F1 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 192 | 241 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.05 |
| HSL | 286.53º | 0.64% | 0.85% | - |
| HSV(B) | 286.53º | 0.2% | 0.95% | - |
| XYZ | 67.36 | 60.87 | 91.42 | - |
| YUV | 208.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 241 | 0.05 | 0.20 | 0 | 0.05 | 286.53 | 0.64 | 0.85 |
| Hex | E6 | C0 | F1 | 5 | 14 | 0 | 5 | 11F | 40 | 55 |
| Octal | 346 | 300 | 361 | 5 | 24 | 0 | 5 | 437 | 100 | 125 |
| Binary | 11100110 | 11000000 | 11110001 | 101 | 10100 | 0 | 101 | 100011111 | 1000000 | 1010101 |
Color Harmonies of #E6C0F1
Complementary color
Monochromatic Colors of #E6C0F1
Black with #E6C0F1
Text Example
Text Example
White with #E6C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0F1; }
p { color: rgb(230,192,241); }
H1.HeaderClassName
{
color: #E6C0F1;
}
.AnyTagClassName
{
color: #E6C0F1;
}
</style>
background-color css
<style>
a { background-color: #E6C0F1; }
a { background-color: rgb(230,192,241); }
div.DivClassName
{
background-color: #E6C0F1;
}
.BgClassName
{
background-color: #E6C0F1;
}
</style>
border-color css
<style>
span { border-color: #E6C0F1; }
span { border-color: rgb(230,192,241); }
td.TdClassName
{
border-color: #E6C0F1;
}
.TagClassName
{
border-color: #E6C0F1;
}
</style>