Shades of Blue Chalk #E6CCF3
Tints of Blue Chalk #E6CCF3
RGB
CMYK
RGB Variations
Color information
#E6CCF3 (or 0xE6CCF3) is known color: Blue Chalk. HEX triplet: E6, CC and F3. RGB value is (230,204,243). Sum of RGB (Red+Green+Blue) = 230+204+243=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6CCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCF3 is #19330C. Grayscale: #D8D8D8. Windows color (decimal): -1651469 or 15977702. OLE color: 15977702.
HSL color Cylindrical-coordinate representation of color #E6CCF3: hue angle of 280º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6CCF3 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 204 | 243 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.05 |
| HSL | 280º | 0.62% | 0.88% | - |
| HSV(B) | 280º | 0.16% | 0.95% | - |
| XYZ | 70.4 | 66.48 | 93.92 | - |
| YUV | 216.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 243 | 0.05 | 0.16 | 0 | 0.05 | 280 | 0.62 | 0.88 |
| Hex | E6 | CC | F3 | 5 | 10 | 0 | 5 | 118 | 3E | 58 |
| Octal | 346 | 314 | 363 | 5 | 20 | 0 | 5 | 430 | 76 | 130 |
| Binary | 11100110 | 11001100 | 11110011 | 101 | 10000 | 0 | 101 | 100011000 | 111110 | 1011000 |
Color Harmonies of #E6CCF3
Complementary color
Monochromatic Colors of #E6CCF3
Black with #E6CCF3
Text Example
Text Example
White with #E6CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCF3; }
p { color: rgb(230,204,243); }
H1.HeaderClassName
{
color: #E6CCF3;
}
.AnyTagClassName
{
color: #E6CCF3;
}
</style>
background-color css
<style>
a { background-color: #E6CCF3; }
a { background-color: rgb(230,204,243); }
div.DivClassName
{
background-color: #E6CCF3;
}
.BgClassName
{
background-color: #E6CCF3;
}
</style>
border-color css
<style>
span { border-color: #E6CCF3; }
span { border-color: rgb(230,204,243); }
td.TdClassName
{
border-color: #E6CCF3;
}
.TagClassName
{
border-color: #E6CCF3;
}
</style>