Shades of Blue Chalk #E6CCF5
Tints of Blue Chalk #E6CCF5
RGB
CMYK
RGB Variations
Color information
#E6CCF5 (or 0xE6CCF5) is known color: Blue Chalk. HEX triplet: E6, CC and F5. RGB value is (230,204,245). Sum of RGB (Red+Green+Blue) = 230+204+245=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6CCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCF5 is #19330A. Grayscale: #D8D8D8. Windows color (decimal): -1651467 or 16108774. OLE color: 16108774.
HSL color Cylindrical-coordinate representation of color #E6CCF5: hue angle of 278.05º degrees, saturation: 0.67, 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 #E6CCF5 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 204 | 245 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.04 |
| HSL | 278.05º | 0.67% | 0.88% | - |
| HSV(B) | 278.05º | 0.17% | 0.96% | - |
| XYZ | 70.71 | 66.6 | 95.51 | - |
| YUV | 216.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 245 | 0.06 | 0.17 | 0 | 0.04 | 278.05 | 0.67 | 0.88 |
| Hex | E6 | CC | F5 | 6 | 11 | 0 | 4 | 116 | 43 | 58 |
| Octal | 346 | 314 | 365 | 6 | 21 | 0 | 4 | 426 | 103 | 130 |
| Binary | 11100110 | 11001100 | 11110101 | 110 | 10001 | 0 | 100 | 100010110 | 1000011 | 1011000 |
Color Harmonies of #E6CCF5
Complementary color
Monochromatic Colors of #E6CCF5
Black with #E6CCF5
Text Example
Text Example
White with #E6CCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCF5; }
p { color: rgb(230,204,245); }
H1.HeaderClassName
{
color: #E6CCF5;
}
.AnyTagClassName
{
color: #E6CCF5;
}
</style>
background-color css
<style>
a { background-color: #E6CCF5; }
a { background-color: rgb(230,204,245); }
div.DivClassName
{
background-color: #E6CCF5;
}
.BgClassName
{
background-color: #E6CCF5;
}
</style>
border-color css
<style>
span { border-color: #E6CCF5; }
span { border-color: rgb(230,204,245); }
td.TdClassName
{
border-color: #E6CCF5;
}
.TagClassName
{
border-color: #E6CCF5;
}
</style>