Shades of Blue Chalk #E7C4F3
Tints of Blue Chalk #E7C4F3
RGB
CMYK
RGB Variations
Color information
#E7C4F3 (or 0xE7C4F3) is known color: Blue Chalk. HEX triplet: E7, C4 and F3. RGB value is (231,196,243). Sum of RGB (Red+Green+Blue) = 231+196+243=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7C4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C4F3 is #183B0C. Grayscale: #D3D3D3. Windows color (decimal): -1587981 or 15975655. OLE color: 15975655.
HSL color Cylindrical-coordinate representation of color #E7C4F3: hue angle of 284.68º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C4F3 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 196 | 243 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.05 |
| HSL | 284.68º | 0.66% | 0.86% | - |
| HSV(B) | 284.68º | 0.19% | 0.95% | - |
| XYZ | 68.87 | 62.94 | 93.31 | - |
| YUV | 211.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 243 | 0.05 | 0.19 | 0 | 0.05 | 284.68 | 0.66 | 0.86 |
| Hex | E7 | C4 | F3 | 5 | 13 | 0 | 5 | 11D | 42 | 56 |
| Octal | 347 | 304 | 363 | 5 | 23 | 0 | 5 | 435 | 102 | 126 |
| Binary | 11100111 | 11000100 | 11110011 | 101 | 10011 | 0 | 101 | 100011101 | 1000010 | 1010110 |
Color Harmonies of #E7C4F3
Complementary color
Monochromatic Colors of #E7C4F3
Black with #E7C4F3
Text Example
Text Example
White with #E7C4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4F3; }
p { color: rgb(231,196,243); }
H1.HeaderClassName
{
color: #E7C4F3;
}
.AnyTagClassName
{
color: #E7C4F3;
}
</style>
background-color css
<style>
a { background-color: #E7C4F3; }
a { background-color: rgb(231,196,243); }
div.DivClassName
{
background-color: #E7C4F3;
}
.BgClassName
{
background-color: #E7C4F3;
}
</style>
border-color css
<style>
span { border-color: #E7C4F3; }
span { border-color: rgb(231,196,243); }
td.TdClassName
{
border-color: #E7C4F3;
}
.TagClassName
{
border-color: #E7C4F3;
}
</style>