Shades of Blue Chalk #E6C8EE
Tints of Blue Chalk #E6C8EE
RGB
CMYK
RGB Variations
Color information
#E6C8EE (or 0xE6C8EE) is known color: Blue Chalk. HEX triplet: E6, C8 and EE. RGB value is (230,200,238). Sum of RGB (Red+Green+Blue) = 230+200+238=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8EE is #193711. Grayscale: #D5D5D5. Windows color (decimal): -1652498 or 15648998. OLE color: 15648998.
HSL color Cylindrical-coordinate representation of color #E6C8EE: hue angle of 287.37º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6C8EE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 200 | 238 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.07 |
| HSL | 287.37º | 0.53% | 0.86% | - |
| HSV(B) | 287.37º | 0.16% | 0.93% | - |
| XYZ | 68.72 | 64.3 | 89.68 | - |
| YUV | 213.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 238 | 0.03 | 0.16 | 0 | 0.07 | 287.37 | 0.53 | 0.86 |
| Hex | E6 | C8 | EE | 3 | 10 | 0 | 7 | 11F | 35 | 56 |
| Octal | 346 | 310 | 356 | 3 | 20 | 0 | 7 | 437 | 65 | 126 |
| Binary | 11100110 | 11001000 | 11101110 | 11 | 10000 | 0 | 111 | 100011111 | 110101 | 1010110 |
Color Harmonies of #E6C8EE
Complementary color
Monochromatic Colors of #E6C8EE
Black with #E6C8EE
Text Example
Text Example
White with #E6C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8EE; }
p { color: rgb(230,200,238); }
H1.HeaderClassName
{
color: #E6C8EE;
}
.AnyTagClassName
{
color: #E6C8EE;
}
</style>
background-color css
<style>
a { background-color: #E6C8EE; }
a { background-color: rgb(230,200,238); }
div.DivClassName
{
background-color: #E6C8EE;
}
.BgClassName
{
background-color: #E6C8EE;
}
</style>
border-color css
<style>
span { border-color: #E6C8EE; }
span { border-color: rgb(230,200,238); }
td.TdClassName
{
border-color: #E6C8EE;
}
.TagClassName
{
border-color: #E6C8EE;
}
</style>