Shades of Blue Chalk #E6C8F8
Tints of Blue Chalk #E6C8F8
RGB
CMYK
RGB Variations
Color information
#E6C8F8 (or 0xE6C8F8) is known color: Blue Chalk. HEX triplet: E6, C8 and F8. RGB value is (230,200,248). Sum of RGB (Red+Green+Blue) = 230+200+248=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6C8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8F8 is #193707. Grayscale: #D6D6D6. Windows color (decimal): -1652488 or 16304358. OLE color: 16304358.
HSL color Cylindrical-coordinate representation of color #E6C8F8: hue angle of 277.5º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6C8F8 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 200 | 248 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.03 |
| HSL | 277.5º | 0.77% | 0.88% | - |
| HSV(B) | 277.5º | 0.19% | 0.97% | - |
| XYZ | 70.23 | 64.91 | 97.63 | - |
| YUV | 214.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 248 | 0.07 | 0.19 | 0 | 0.03 | 277.5 | 0.77 | 0.88 |
| Hex | E6 | C8 | F8 | 7 | 13 | 0 | 3 | 116 | 4D | 58 |
| Octal | 346 | 310 | 370 | 7 | 23 | 0 | 3 | 426 | 115 | 130 |
| Binary | 11100110 | 11001000 | 11111000 | 111 | 10011 | 0 | 11 | 100010110 | 1001101 | 1011000 |
Color Harmonies of #E6C8F8
Complementary color
Monochromatic Colors of #E6C8F8
Black with #E6C8F8
Text Example
Text Example
White with #E6C8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8F8; }
p { color: rgb(230,200,248); }
H1.HeaderClassName
{
color: #E6C8F8;
}
.AnyTagClassName
{
color: #E6C8F8;
}
</style>
background-color css
<style>
a { background-color: #E6C8F8; }
a { background-color: rgb(230,200,248); }
div.DivClassName
{
background-color: #E6C8F8;
}
.BgClassName
{
background-color: #E6C8F8;
}
</style>
border-color css
<style>
span { border-color: #E6C8F8; }
span { border-color: rgb(230,200,248); }
td.TdClassName
{
border-color: #E6C8F8;
}
.TagClassName
{
border-color: #E6C8F8;
}
</style>