Shades of Blue Chalk #E6CCF7
Tints of Blue Chalk #E6CCF7
RGB
CMYK
RGB Variations
Color information
#E6CCF7 (or 0xE6CCF7) is known color: Blue Chalk. HEX triplet: E6, CC and F7. RGB value is (230,204,247). Sum of RGB (Red+Green+Blue) = 230+204+247=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6CCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCF7 is #193308. Grayscale: #D8D8D8. Windows color (decimal): -1651465 or 16239846. OLE color: 16239846.
HSL color Cylindrical-coordinate representation of color #E6CCF7: hue angle of 276.28º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CCF7 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 204 | 247 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.03 |
| HSL | 276.28º | 0.73% | 0.88% | - |
| HSV(B) | 276.28º | 0.17% | 0.97% | - |
| XYZ | 71.01 | 66.72 | 97.13 | - |
| YUV | 216.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 247 | 0.07 | 0.17 | 0 | 0.03 | 276.28 | 0.73 | 0.88 |
| Hex | E6 | CC | F7 | 7 | 11 | 0 | 3 | 114 | 49 | 58 |
| Octal | 346 | 314 | 367 | 7 | 21 | 0 | 3 | 424 | 111 | 130 |
| Binary | 11100110 | 11001100 | 11110111 | 111 | 10001 | 0 | 11 | 100010100 | 1001001 | 1011000 |
Color Harmonies of #E6CCF7
Complementary color
Monochromatic Colors of #E6CCF7
Black with #E6CCF7
Text Example
Text Example
White with #E6CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCF7; }
p { color: rgb(230,204,247); }
H1.HeaderClassName
{
color: #E6CCF7;
}
.AnyTagClassName
{
color: #E6CCF7;
}
</style>
background-color css
<style>
a { background-color: #E6CCF7; }
a { background-color: rgb(230,204,247); }
div.DivClassName
{
background-color: #E6CCF7;
}
.BgClassName
{
background-color: #E6CCF7;
}
</style>
border-color css
<style>
span { border-color: #E6CCF7; }
span { border-color: rgb(230,204,247); }
td.TdClassName
{
border-color: #E6CCF7;
}
.TagClassName
{
border-color: #E6CCF7;
}
</style>