Shades of Blue Chalk #E6CCF8
Tints of Blue Chalk #E6CCF8
RGB
CMYK
RGB Variations
Color information
#E6CCF8 (or 0xE6CCF8) is known color: Blue Chalk. HEX triplet: E6, CC and F8. RGB value is (230,204,248). Sum of RGB (Red+Green+Blue) = 230+204+248=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6CCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCF8 is #193307. Grayscale: #D8D8D8. Windows color (decimal): -1651464 or 16305382. OLE color: 16305382.
HSL color Cylindrical-coordinate representation of color #E6CCF8: hue angle of 275.45º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CCF8 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 204 | 248 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.03 |
| HSL | 275.45º | 0.76% | 0.89% | - |
| HSV(B) | 275.45º | 0.18% | 0.97% | - |
| XYZ | 71.17 | 66.79 | 97.95 | - |
| YUV | 216.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 248 | 0.07 | 0.18 | 0 | 0.03 | 275.45 | 0.76 | 0.89 |
| Hex | E6 | CC | F8 | 7 | 12 | 0 | 3 | 113 | 4C | 59 |
| Octal | 346 | 314 | 370 | 7 | 22 | 0 | 3 | 423 | 114 | 131 |
| Binary | 11100110 | 11001100 | 11111000 | 111 | 10010 | 0 | 11 | 100010011 | 1001100 | 1011001 |
Color Harmonies of #E6CCF8
Complementary color
Monochromatic Colors of #E6CCF8
Black with #E6CCF8
Text Example
Text Example
White with #E6CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCF8; }
p { color: rgb(230,204,248); }
H1.HeaderClassName
{
color: #E6CCF8;
}
.AnyTagClassName
{
color: #E6CCF8;
}
</style>
background-color css
<style>
a { background-color: #E6CCF8; }
a { background-color: rgb(230,204,248); }
div.DivClassName
{
background-color: #E6CCF8;
}
.BgClassName
{
background-color: #E6CCF8;
}
</style>
border-color css
<style>
span { border-color: #E6CCF8; }
span { border-color: rgb(230,204,248); }
td.TdClassName
{
border-color: #E6CCF8;
}
.TagClassName
{
border-color: #E6CCF8;
}
</style>