Shades of Blue Chalk #E6C8F9
Tints of Blue Chalk #E6C8F9
RGB
CMYK
RGB Variations
Color information
#E6C8F9 (or 0xE6C8F9) is known color: Blue Chalk. HEX triplet: E6, C8 and F9. RGB value is (230,200,249). Sum of RGB (Red+Green+Blue) = 230+200+249=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6C8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8F9 is #193706. Grayscale: #D6D6D6. Windows color (decimal): -1652487 or 16369894. OLE color: 16369894.
HSL color Cylindrical-coordinate representation of color #E6C8F9: hue angle of 276.73º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6C8F9 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 200 | 249 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.02 |
| HSL | 276.73º | 0.8% | 0.88% | - |
| HSV(B) | 276.73º | 0.2% | 0.98% | - |
| XYZ | 70.39 | 64.97 | 98.45 | - |
| YUV | 214.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 249 | 0.08 | 0.20 | 0 | 0.02 | 276.73 | 0.8 | 0.88 |
| Hex | E6 | C8 | F9 | 8 | 14 | 0 | 2 | 115 | 50 | 58 |
| Octal | 346 | 310 | 371 | 10 | 24 | 0 | 2 | 425 | 120 | 130 |
| Binary | 11100110 | 11001000 | 11111001 | 1000 | 10100 | 0 | 10 | 100010101 | 1010000 | 1011000 |
Color Harmonies of #E6C8F9
Complementary color
Monochromatic Colors of #E6C8F9
Black with #E6C8F9
Text Example
Text Example
White with #E6C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8F9; }
p { color: rgb(230,200,249); }
H1.HeaderClassName
{
color: #E6C8F9;
}
.AnyTagClassName
{
color: #E6C8F9;
}
</style>
background-color css
<style>
a { background-color: #E6C8F9; }
a { background-color: rgb(230,200,249); }
div.DivClassName
{
background-color: #E6C8F9;
}
.BgClassName
{
background-color: #E6C8F9;
}
</style>
border-color css
<style>
span { border-color: #E6C8F9; }
span { border-color: rgb(230,200,249); }
td.TdClassName
{
border-color: #E6C8F9;
}
.TagClassName
{
border-color: #E6C8F9;
}
</style>