Shades of Blue Chalk #E1C7F2
Tints of Blue Chalk #E1C7F2
RGB
CMYK
RGB Variations
Color information
#E1C7F2 (or 0xE1C7F2) is known color: Blue Chalk. HEX triplet: E1, C7 and F2. RGB value is (225,199,242). Sum of RGB (Red+Green+Blue) = 225+199+242=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1C7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C7F2 is #1E380D. Grayscale: #D3D3D3. Windows color (decimal): -1980430 or 15910881. OLE color: 15910881.
HSL color Cylindrical-coordinate representation of color #E1C7F2: hue angle of 276.28º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1C7F2 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 199 | 242 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.05 |
| HSL | 276.28º | 0.62% | 0.86% | - |
| HSV(B) | 276.28º | 0.18% | 0.95% | - |
| XYZ | 67.5 | 63.27 | 92.66 | - |
| YUV | 211.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 242 | 0.07 | 0.18 | 0 | 0.05 | 276.28 | 0.62 | 0.86 |
| Hex | E1 | C7 | F2 | 7 | 12 | 0 | 5 | 114 | 3E | 56 |
| Octal | 341 | 307 | 362 | 7 | 22 | 0 | 5 | 424 | 76 | 126 |
| Binary | 11100001 | 11000111 | 11110010 | 111 | 10010 | 0 | 101 | 100010100 | 111110 | 1010110 |
Color Harmonies of #E1C7F2
Complementary color
Monochromatic Colors of #E1C7F2
Black with #E1C7F2
Text Example
Text Example
White with #E1C7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C7F2; }
p { color: rgb(225,199,242); }
H1.HeaderClassName
{
color: #E1C7F2;
}
.AnyTagClassName
{
color: #E1C7F2;
}
</style>
background-color css
<style>
a { background-color: #E1C7F2; }
a { background-color: rgb(225,199,242); }
div.DivClassName
{
background-color: #E1C7F2;
}
.BgClassName
{
background-color: #E1C7F2;
}
</style>
border-color css
<style>
span { border-color: #E1C7F2; }
span { border-color: rgb(225,199,242); }
td.TdClassName
{
border-color: #E1C7F2;
}
.TagClassName
{
border-color: #E1C7F2;
}
</style>