Shades of Blue Chalk #E0C7E7
Tints of Blue Chalk #E0C7E7
RGB
CMYK
RGB Variations
Color information
#E0C7E7 (or 0xE0C7E7) is known color: Blue Chalk. HEX triplet: E0, C7 and E7. RGB value is (224,199,231). Sum of RGB (Red+Green+Blue) = 224+199+231=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #E0C7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7E7 is #1F3818. Grayscale: #D2D2D2. Windows color (decimal): -2045977 or 15189984. OLE color: 15189984.
HSL color Cylindrical-coordinate representation of color #E0C7E7: hue angle of 286.88º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0C7E7 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 199 | 231 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.09 |
| HSL | 286.88º | 0.4% | 0.84% | - |
| HSV(B) | 286.88º | 0.14% | 0.91% | - |
| XYZ | 65.59 | 62.46 | 84.2 | - |
| YUV | 210.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 231 | 0.03 | 0.14 | 0 | 0.09 | 286.88 | 0.4 | 0.84 |
| Hex | E0 | C7 | E7 | 3 | E | 0 | 9 | 11F | 28 | 54 |
| Octal | 340 | 307 | 347 | 3 | 16 | 0 | 11 | 437 | 50 | 124 |
| Binary | 11100000 | 11000111 | 11100111 | 11 | 1110 | 0 | 1001 | 100011111 | 101000 | 1010100 |
Color Harmonies of #E0C7E7
Complementary color
Monochromatic Colors of #E0C7E7
Black with #E0C7E7
Text Example
Text Example
White with #E0C7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7E7; }
p { color: rgb(224,199,231); }
H1.HeaderClassName
{
color: #E0C7E7;
}
.AnyTagClassName
{
color: #E0C7E7;
}
</style>
background-color css
<style>
a { background-color: #E0C7E7; }
a { background-color: rgb(224,199,231); }
div.DivClassName
{
background-color: #E0C7E7;
}
.BgClassName
{
background-color: #E0C7E7;
}
</style>
border-color css
<style>
span { border-color: #E0C7E7; }
span { border-color: rgb(224,199,231); }
td.TdClassName
{
border-color: #E0C7E7;
}
.TagClassName
{
border-color: #E0C7E7;
}
</style>