Shades of Blue Chalk #E6C1EE
Tints of Blue Chalk #E6C1EE
RGB
CMYK
RGB Variations
Color information
#E6C1EE (or 0xE6C1EE) is known color: Blue Chalk. HEX triplet: E6, C1 and EE. RGB value is (230,193,238). Sum of RGB (Red+Green+Blue) = 230+193+238=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C1EE is #193E11. Grayscale: #D1D1D1. Windows color (decimal): -1654290 or 15647206. OLE color: 15647206.
HSL color Cylindrical-coordinate representation of color #E6C1EE: hue angle of 289.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6C1EE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 193 | 238 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.07 |
| HSL | 289.33º | 0.57% | 0.85% | - |
| HSV(B) | 289.33º | 0.19% | 0.93% | - |
| XYZ | 67.14 | 61.14 | 89.15 | - |
| YUV | 209.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 238 | 0.03 | 0.19 | 0 | 0.07 | 289.33 | 0.57 | 0.85 |
| Hex | E6 | C1 | EE | 3 | 13 | 0 | 7 | 121 | 39 | 55 |
| Octal | 346 | 301 | 356 | 3 | 23 | 0 | 7 | 441 | 71 | 125 |
| Binary | 11100110 | 11000001 | 11101110 | 11 | 10011 | 0 | 111 | 100100001 | 111001 | 1010101 |
Color Harmonies of #E6C1EE
Complementary color
Monochromatic Colors of #E6C1EE
Black with #E6C1EE
Text Example
Text Example
White with #E6C1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C1EE; }
p { color: rgb(230,193,238); }
H1.HeaderClassName
{
color: #E6C1EE;
}
.AnyTagClassName
{
color: #E6C1EE;
}
</style>
background-color css
<style>
a { background-color: #E6C1EE; }
a { background-color: rgb(230,193,238); }
div.DivClassName
{
background-color: #E6C1EE;
}
.BgClassName
{
background-color: #E6C1EE;
}
</style>
border-color css
<style>
span { border-color: #E6C1EE; }
span { border-color: rgb(230,193,238); }
td.TdClassName
{
border-color: #E6C1EE;
}
.TagClassName
{
border-color: #E6C1EE;
}
</style>