Shades of Blue Chalk #E6C2EE
Tints of Blue Chalk #E6C2EE
RGB
CMYK
RGB Variations
Color information
#E6C2EE (or 0xE6C2EE) is known color: Blue Chalk. HEX triplet: E6, C2 and EE. RGB value is (230,194,238). Sum of RGB (Red+Green+Blue) = 230+194+238=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C2EE is #193D11. Grayscale: #D1D1D1. Windows color (decimal): -1654034 or 15647462. OLE color: 15647462.
HSL color Cylindrical-coordinate representation of color #E6C2EE: hue angle of 289.09º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C2EE is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 194 | 238 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.07 |
| HSL | 289.09º | 0.56% | 0.85% | - |
| HSV(B) | 289.09º | 0.18% | 0.93% | - |
| XYZ | 67.36 | 61.58 | 89.22 | - |
| YUV | 209.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 238 | 0.03 | 0.18 | 0 | 0.07 | 289.09 | 0.56 | 0.85 |
| Hex | E6 | C2 | EE | 3 | 12 | 0 | 7 | 121 | 38 | 55 |
| Octal | 346 | 302 | 356 | 3 | 22 | 0 | 7 | 441 | 70 | 125 |
| Binary | 11100110 | 11000010 | 11101110 | 11 | 10010 | 0 | 111 | 100100001 | 111000 | 1010101 |
Color Harmonies of #E6C2EE
Complementary color
Monochromatic Colors of #E6C2EE
Black with #E6C2EE
Text Example
Text Example
White with #E6C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C2EE; }
p { color: rgb(230,194,238); }
H1.HeaderClassName
{
color: #E6C2EE;
}
.AnyTagClassName
{
color: #E6C2EE;
}
</style>
background-color css
<style>
a { background-color: #E6C2EE; }
a { background-color: rgb(230,194,238); }
div.DivClassName
{
background-color: #E6C2EE;
}
.BgClassName
{
background-color: #E6C2EE;
}
</style>
border-color css
<style>
span { border-color: #E6C2EE; }
span { border-color: rgb(230,194,238); }
td.TdClassName
{
border-color: #E6C2EE;
}
.TagClassName
{
border-color: #E6C2EE;
}
</style>