Shades of Blue Chalk #E0CCEE
Tints of Blue Chalk #E0CCEE
RGB
CMYK
RGB Variations
Color information
#E0CCEE (or 0xE0CCEE) is known color: Blue Chalk. HEX triplet: E0, CC and EE. RGB value is (224,204,238). Sum of RGB (Red+Green+Blue) = 224+204+238=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCEE is #1F3311. Grayscale: #D5D5D5. Windows color (decimal): -2044690 or 15650016. OLE color: 15650016.
HSL color Cylindrical-coordinate representation of color #E0CCEE: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CCEE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 204 | 238 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.07 |
| HSL | 275.29º | 0.5% | 0.87% | - |
| HSV(B) | 275.29º | 0.14% | 0.93% | - |
| XYZ | 67.77 | 65.21 | 89.9 | - |
| YUV | 213.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 238 | 0.06 | 0.14 | 0 | 0.07 | 275.29 | 0.5 | 0.87 |
| Hex | E0 | CC | EE | 6 | E | 0 | 7 | 113 | 32 | 57 |
| Octal | 340 | 314 | 356 | 6 | 16 | 0 | 7 | 423 | 62 | 127 |
| Binary | 11100000 | 11001100 | 11101110 | 110 | 1110 | 0 | 111 | 100010011 | 110010 | 1010111 |
Color Harmonies of #E0CCEE
Complementary color
Monochromatic Colors of #E0CCEE
Black with #E0CCEE
Text Example
Text Example
White with #E0CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCEE; }
p { color: rgb(224,204,238); }
H1.HeaderClassName
{
color: #E0CCEE;
}
.AnyTagClassName
{
color: #E0CCEE;
}
</style>
background-color css
<style>
a { background-color: #E0CCEE; }
a { background-color: rgb(224,204,238); }
div.DivClassName
{
background-color: #E0CCEE;
}
.BgClassName
{
background-color: #E0CCEE;
}
</style>
border-color css
<style>
span { border-color: #E0CCEE; }
span { border-color: rgb(224,204,238); }
td.TdClassName
{
border-color: #E0CCEE;
}
.TagClassName
{
border-color: #E0CCEE;
}
</style>