Shades of Blue Chalk #E0CDED
Tints of Blue Chalk #E0CDED
RGB
CMYK
RGB Variations
Color information
#E0CDED (or 0xE0CDED) is known color: Blue Chalk. HEX triplet: E0, CD and ED. RGB value is (224,205,237). Sum of RGB (Red+Green+Blue) = 224+205+237=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDED is #1F3212. Grayscale: #D6D6D6. Windows color (decimal): -2044435 or 15584736. OLE color: 15584736.
HSL color Cylindrical-coordinate representation of color #E0CDED: hue angle of 275.62º degrees, saturation: 0.47, 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 #E0CDED is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 205 | 237 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.07 |
| HSL | 275.63º | 0.47% | 0.87% | - |
| HSV(B) | 275.63º | 0.14% | 0.93% | - |
| XYZ | 67.86 | 65.62 | 89.21 | - |
| YUV | 214.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 237 | 0.05 | 0.14 | 0 | 0.07 | 275.63 | 0.47 | 0.87 |
| Hex | E0 | CD | ED | 5 | E | 0 | 7 | 114 | 2F | 57 |
| Octal | 340 | 315 | 355 | 5 | 16 | 0 | 7 | 424 | 57 | 127 |
| Binary | 11100000 | 11001101 | 11101101 | 101 | 1110 | 0 | 111 | 100010100 | 101111 | 1010111 |
Color Harmonies of #E0CDED
Complementary color
Monochromatic Colors of #E0CDED
Black with #E0CDED
Text Example
Text Example
White with #E0CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDED; }
p { color: rgb(224,205,237); }
H1.HeaderClassName
{
color: #E0CDED;
}
.AnyTagClassName
{
color: #E0CDED;
}
</style>
background-color css
<style>
a { background-color: #E0CDED; }
a { background-color: rgb(224,205,237); }
div.DivClassName
{
background-color: #E0CDED;
}
.BgClassName
{
background-color: #E0CDED;
}
</style>
border-color css
<style>
span { border-color: #E0CDED; }
span { border-color: rgb(224,205,237); }
td.TdClassName
{
border-color: #E0CDED;
}
.TagClassName
{
border-color: #E0CDED;
}
</style>