Shades of Blue Chalk #E6C8F7
Tints of Blue Chalk #E6C8F7
RGB
CMYK
RGB Variations
Color information
#E6C8F7 (or 0xE6C8F7) is known color: Blue Chalk. HEX triplet: E6, C8 and F7. RGB value is (230,200,247). Sum of RGB (Red+Green+Blue) = 230+200+247=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6C8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8F7 is #193708. Grayscale: #D6D6D6. Windows color (decimal): -1652489 or 16238822. OLE color: 16238822.
HSL color Cylindrical-coordinate representation of color #E6C8F7: hue angle of 278.3º degrees, saturation: 0.75, 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 #E6C8F7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 200 | 247 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.03 |
| HSL | 278.3º | 0.75% | 0.88% | - |
| HSV(B) | 278.3º | 0.19% | 0.97% | - |
| XYZ | 70.08 | 64.85 | 96.82 | - |
| YUV | 214.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 247 | 0.07 | 0.19 | 0 | 0.03 | 278.3 | 0.75 | 0.88 |
| Hex | E6 | C8 | F7 | 7 | 13 | 0 | 3 | 116 | 4B | 58 |
| Octal | 346 | 310 | 367 | 7 | 23 | 0 | 3 | 426 | 113 | 130 |
| Binary | 11100110 | 11001000 | 11110111 | 111 | 10011 | 0 | 11 | 100010110 | 1001011 | 1011000 |
Color Harmonies of #E6C8F7
Complementary color
Monochromatic Colors of #E6C8F7
Black with #E6C8F7
Text Example
Text Example
White with #E6C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8F7; }
p { color: rgb(230,200,247); }
H1.HeaderClassName
{
color: #E6C8F7;
}
.AnyTagClassName
{
color: #E6C8F7;
}
</style>
background-color css
<style>
a { background-color: #E6C8F7; }
a { background-color: rgb(230,200,247); }
div.DivClassName
{
background-color: #E6C8F7;
}
.BgClassName
{
background-color: #E6C8F7;
}
</style>
border-color css
<style>
span { border-color: #E6C8F7; }
span { border-color: rgb(230,200,247); }
td.TdClassName
{
border-color: #E6C8F7;
}
.TagClassName
{
border-color: #E6C8F7;
}
</style>