Shades of Blue Chalk #E4C7F2
Tints of Blue Chalk #E4C7F2
RGB
CMYK
RGB Variations
Color information
#E4C7F2 (or 0xE4C7F2) is known color: Blue Chalk. HEX triplet: E4, C7 and F2. RGB value is (228,199,242). Sum of RGB (Red+Green+Blue) = 228+199+242=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4C7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C7F2 is #1B380D. Grayscale: #D4D4D4. Windows color (decimal): -1783822 or 15910884. OLE color: 15910884.
HSL color Cylindrical-coordinate representation of color #E4C7F2: hue angle of 280.47º 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 #E4C7F2 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 199 | 242 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.05 |
| HSL | 280.47º | 0.62% | 0.86% | - |
| HSV(B) | 280.47º | 0.18% | 0.95% | - |
| XYZ | 68.45 | 63.75 | 92.7 | - |
| YUV | 212.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 199 | 242 | 0.06 | 0.18 | 0 | 0.05 | 280.47 | 0.62 | 0.86 |
| Hex | E4 | C7 | F2 | 6 | 12 | 0 | 5 | 118 | 3E | 56 |
| Octal | 344 | 307 | 362 | 6 | 22 | 0 | 5 | 430 | 76 | 126 |
| Binary | 11100100 | 11000111 | 11110010 | 110 | 10010 | 0 | 101 | 100011000 | 111110 | 1010110 |
Color Harmonies of #E4C7F2
Complementary color
Monochromatic Colors of #E4C7F2
Black with #E4C7F2
Text Example
Text Example
White with #E4C7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C7F2; }
p { color: rgb(228,199,242); }
H1.HeaderClassName
{
color: #E4C7F2;
}
.AnyTagClassName
{
color: #E4C7F2;
}
</style>
background-color css
<style>
a { background-color: #E4C7F2; }
a { background-color: rgb(228,199,242); }
div.DivClassName
{
background-color: #E4C7F2;
}
.BgClassName
{
background-color: #E4C7F2;
}
</style>
border-color css
<style>
span { border-color: #E4C7F2; }
span { border-color: rgb(228,199,242); }
td.TdClassName
{
border-color: #E4C7F2;
}
.TagClassName
{
border-color: #E4C7F2;
}
</style>