Shades of Blue Chalk #E0CCE6
Tints of Blue Chalk #E0CCE6
RGB
CMYK
RGB Variations
Color information
#E0CCE6 (or 0xE0CCE6) is known color: Blue Chalk. HEX triplet: E0, CC and E6. RGB value is (224,204,230). Sum of RGB (Red+Green+Blue) = 224+204+230=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCE6 is #1F3319. Grayscale: #D4D4D4. Windows color (decimal): -2044698 or 15125728. OLE color: 15125728.
HSL color Cylindrical-coordinate representation of color #E0CCE6: hue angle of 286.15º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CCE6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 204 | 230 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.10 |
| HSL | 286.15º | 0.34% | 0.85% | - |
| HSV(B) | 286.15º | 0.11% | 0.9% | - |
| XYZ | 66.62 | 64.75 | 83.85 | - |
| YUV | 212.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 230 | 0.03 | 0.11 | 0 | 0.10 | 286.15 | 0.34 | 0.85 |
| Hex | E0 | CC | E6 | 3 | B | 0 | A | 11E | 22 | 55 |
| Octal | 340 | 314 | 346 | 3 | 13 | 0 | 12 | 436 | 42 | 125 |
| Binary | 11100000 | 11001100 | 11100110 | 11 | 1011 | 0 | 1010 | 100011110 | 100010 | 1010101 |
Color Harmonies of #E0CCE6
Complementary color
Monochromatic Colors of #E0CCE6
Black with #E0CCE6
Text Example
Text Example
White with #E0CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCE6; }
p { color: rgb(224,204,230); }
H1.HeaderClassName
{
color: #E0CCE6;
}
.AnyTagClassName
{
color: #E0CCE6;
}
</style>
background-color css
<style>
a { background-color: #E0CCE6; }
a { background-color: rgb(224,204,230); }
div.DivClassName
{
background-color: #E0CCE6;
}
.BgClassName
{
background-color: #E0CCE6;
}
</style>
border-color css
<style>
span { border-color: #E0CCE6; }
span { border-color: rgb(224,204,230); }
td.TdClassName
{
border-color: #E0CCE6;
}
.TagClassName
{
border-color: #E0CCE6;
}
</style>