Shades of Blue Chalk #E7CCF3
Tints of Blue Chalk #E7CCF3
RGB
CMYK
RGB Variations
Color information
#E7CCF3 (or 0xE7CCF3) is known color: Blue Chalk. HEX triplet: E7, CC and F3. RGB value is (231,204,243). Sum of RGB (Red+Green+Blue) = 231+204+243=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7CCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CCF3 is #18330C. Grayscale: #D8D8D8. Windows color (decimal): -1585933 or 15977703. OLE color: 15977703.
HSL color Cylindrical-coordinate representation of color #E7CCF3: hue angle of 281.54º 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 #E7CCF3 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 204 | 243 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.05 |
| HSL | 281.54º | 0.62% | 0.88% | - |
| HSV(B) | 281.54º | 0.16% | 0.95% | - |
| XYZ | 70.73 | 66.65 | 93.93 | - |
| YUV | 216.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 243 | 0.05 | 0.16 | 0 | 0.05 | 281.54 | 0.62 | 0.88 |
| Hex | E7 | CC | F3 | 5 | 10 | 0 | 5 | 11A | 3E | 58 |
| Octal | 347 | 314 | 363 | 5 | 20 | 0 | 5 | 432 | 76 | 130 |
| Binary | 11100111 | 11001100 | 11110011 | 101 | 10000 | 0 | 101 | 100011010 | 111110 | 1011000 |
Color Harmonies of #E7CCF3
Complementary color
Monochromatic Colors of #E7CCF3
Black with #E7CCF3
Text Example
Text Example
White with #E7CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCF3; }
p { color: rgb(231,204,243); }
H1.HeaderClassName
{
color: #E7CCF3;
}
.AnyTagClassName
{
color: #E7CCF3;
}
</style>
background-color css
<style>
a { background-color: #E7CCF3; }
a { background-color: rgb(231,204,243); }
div.DivClassName
{
background-color: #E7CCF3;
}
.BgClassName
{
background-color: #E7CCF3;
}
</style>
border-color css
<style>
span { border-color: #E7CCF3; }
span { border-color: rgb(231,204,243); }
td.TdClassName
{
border-color: #E7CCF3;
}
.TagClassName
{
border-color: #E7CCF3;
}
</style>