Shades of Blue Chalk #E2CDEC
Tints of Blue Chalk #E2CDEC
RGB
CMYK
RGB Variations
Color information
#E2CDEC (or 0xE2CDEC) is known color: Blue Chalk. HEX triplet: E2, CD and EC. RGB value is (226,205,236). Sum of RGB (Red+Green+Blue) = 226+205+236=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDEC is #1D3213. Grayscale: #D6D6D6. Windows color (decimal): -1913364 or 15519202. OLE color: 15519202.
HSL color Cylindrical-coordinate representation of color #E2CDEC: hue angle of 280.65º 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 #E2CDEC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 205 | 236 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.07 |
| HSL | 280.65º | 0.45% | 0.86% | - |
| HSV(B) | 280.65º | 0.13% | 0.93% | - |
| XYZ | 68.34 | 65.89 | 88.47 | - |
| YUV | 214.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 236 | 0.04 | 0.13 | 0 | 0.07 | 280.65 | 0.45 | 0.86 |
| Hex | E2 | CD | EC | 4 | D | 0 | 7 | 119 | 2D | 56 |
| Octal | 342 | 315 | 354 | 4 | 15 | 0 | 7 | 431 | 55 | 126 |
| Binary | 11100010 | 11001101 | 11101100 | 100 | 1101 | 0 | 111 | 100011001 | 101101 | 1010110 |
Color Harmonies of #E2CDEC
Complementary color
Monochromatic Colors of #E2CDEC
Black with #E2CDEC
Text Example
Text Example
White with #E2CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDEC; }
p { color: rgb(226,205,236); }
H1.HeaderClassName
{
color: #E2CDEC;
}
.AnyTagClassName
{
color: #E2CDEC;
}
</style>
background-color css
<style>
a { background-color: #E2CDEC; }
a { background-color: rgb(226,205,236); }
div.DivClassName
{
background-color: #E2CDEC;
}
.BgClassName
{
background-color: #E2CDEC;
}
</style>
border-color css
<style>
span { border-color: #E2CDEC; }
span { border-color: rgb(226,205,236); }
td.TdClassName
{
border-color: #E2CDEC;
}
.TagClassName
{
border-color: #E2CDEC;
}
</style>