Shades of Blue Chalk #E0CCED
Tints of Blue Chalk #E0CCED
RGB
CMYK
RGB Variations
Color information
#E0CCED (or 0xE0CCED) is known color: Blue Chalk. HEX triplet: E0, CC and ED. RGB value is (224,204,237). Sum of RGB (Red+Green+Blue) = 224+204+237=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCED is #1F3312. Grayscale: #D5D5D5. Windows color (decimal): -2044691 or 15584480. OLE color: 15584480.
HSL color Cylindrical-coordinate representation of color #E0CCED: hue angle of 276.36º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CCED is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 204 | 237 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.07 |
| HSL | 276.36º | 0.48% | 0.86% | - |
| HSV(B) | 276.36º | 0.14% | 0.93% | - |
| XYZ | 67.62 | 65.15 | 89.13 | - |
| YUV | 213.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 237 | 0.05 | 0.14 | 0 | 0.07 | 276.36 | 0.48 | 0.86 |
| Hex | E0 | CC | ED | 5 | E | 0 | 7 | 114 | 30 | 56 |
| Octal | 340 | 314 | 355 | 5 | 16 | 0 | 7 | 424 | 60 | 126 |
| Binary | 11100000 | 11001100 | 11101101 | 101 | 1110 | 0 | 111 | 100010100 | 110000 | 1010110 |
Color Harmonies of #E0CCED
Complementary color
Monochromatic Colors of #E0CCED
Black with #E0CCED
Text Example
Text Example
White with #E0CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCED; }
p { color: rgb(224,204,237); }
H1.HeaderClassName
{
color: #E0CCED;
}
.AnyTagClassName
{
color: #E0CCED;
}
</style>
background-color css
<style>
a { background-color: #E0CCED; }
a { background-color: rgb(224,204,237); }
div.DivClassName
{
background-color: #E0CCED;
}
.BgClassName
{
background-color: #E0CCED;
}
</style>
border-color css
<style>
span { border-color: #E0CCED; }
span { border-color: rgb(224,204,237); }
td.TdClassName
{
border-color: #E0CCED;
}
.TagClassName
{
border-color: #E0CCED;
}
</style>