Shades of Blue Chalk #E6CCF6
Tints of Blue Chalk #E6CCF6
RGB
CMYK
RGB Variations
Color information
#E6CCF6 (or 0xE6CCF6) is known color: Blue Chalk. HEX triplet: E6, CC and F6. RGB value is (230,204,246). Sum of RGB (Red+Green+Blue) = 230+204+246=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6CCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCF6 is #193309. Grayscale: #D8D8D8. Windows color (decimal): -1651466 or 16174310. OLE color: 16174310.
HSL color Cylindrical-coordinate representation of color #E6CCF6: hue angle of 277.14º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CCF6 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 204 | 246 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.04 |
| HSL | 277.14º | 0.7% | 0.88% | - |
| HSV(B) | 277.14º | 0.17% | 0.96% | - |
| XYZ | 70.86 | 66.66 | 96.32 | - |
| YUV | 216.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 246 | 0.07 | 0.17 | 0 | 0.04 | 277.14 | 0.7 | 0.88 |
| Hex | E6 | CC | F6 | 7 | 11 | 0 | 4 | 115 | 46 | 58 |
| Octal | 346 | 314 | 366 | 7 | 21 | 0 | 4 | 425 | 106 | 130 |
| Binary | 11100110 | 11001100 | 11110110 | 111 | 10001 | 0 | 100 | 100010101 | 1000110 | 1011000 |
Color Harmonies of #E6CCF6
Complementary color
Monochromatic Colors of #E6CCF6
Black with #E6CCF6
Text Example
Text Example
White with #E6CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCF6; }
p { color: rgb(230,204,246); }
H1.HeaderClassName
{
color: #E6CCF6;
}
.AnyTagClassName
{
color: #E6CCF6;
}
</style>
background-color css
<style>
a { background-color: #E6CCF6; }
a { background-color: rgb(230,204,246); }
div.DivClassName
{
background-color: #E6CCF6;
}
.BgClassName
{
background-color: #E6CCF6;
}
</style>
border-color css
<style>
span { border-color: #E6CCF6; }
span { border-color: rgb(230,204,246); }
td.TdClassName
{
border-color: #E6CCF6;
}
.TagClassName
{
border-color: #E6CCF6;
}
</style>