Shades of Blue Chalk #E0CDEC
Tints of Blue Chalk #E0CDEC
RGB
CMYK
RGB Variations
Color information
#E0CDEC (or 0xE0CDEC) is known color: Blue Chalk. HEX triplet: E0, CD and EC. RGB value is (224,205,236). Sum of RGB (Red+Green+Blue) = 224+205+236=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDEC is #1F3213. Grayscale: #D6D6D6. Windows color (decimal): -2044436 or 15519200. OLE color: 15519200.
HSL color Cylindrical-coordinate representation of color #E0CDEC: hue angle of 276.77º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0CDEC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 205 | 236 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.07 |
| HSL | 276.77º | 0.45% | 0.86% | - |
| HSV(B) | 276.77º | 0.13% | 0.93% | - |
| XYZ | 67.71 | 65.57 | 88.44 | - |
| YUV | 214.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 236 | 0.05 | 0.13 | 0 | 0.07 | 276.77 | 0.45 | 0.86 |
| Hex | E0 | CD | EC | 5 | D | 0 | 7 | 115 | 2D | 56 |
| Octal | 340 | 315 | 354 | 5 | 15 | 0 | 7 | 425 | 55 | 126 |
| Binary | 11100000 | 11001101 | 11101100 | 101 | 1101 | 0 | 111 | 100010101 | 101101 | 1010110 |
Color Harmonies of #E0CDEC
Complementary color
Monochromatic Colors of #E0CDEC
Black with #E0CDEC
Text Example
Text Example
White with #E0CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDEC; }
p { color: rgb(224,205,236); }
H1.HeaderClassName
{
color: #E0CDEC;
}
.AnyTagClassName
{
color: #E0CDEC;
}
</style>
background-color css
<style>
a { background-color: #E0CDEC; }
a { background-color: rgb(224,205,236); }
div.DivClassName
{
background-color: #E0CDEC;
}
.BgClassName
{
background-color: #E0CDEC;
}
</style>
border-color css
<style>
span { border-color: #E0CDEC; }
span { border-color: rgb(224,205,236); }
td.TdClassName
{
border-color: #E0CDEC;
}
.TagClassName
{
border-color: #E0CDEC;
}
</style>