Shades of Blue Chalk #E2CDE9
Tints of Blue Chalk #E2CDE9
RGB
CMYK
RGB Variations
Color information
#E2CDE9 (or 0xE2CDE9) is known color: Blue Chalk. HEX triplet: E2, CD and E9. RGB value is (226,205,233). Sum of RGB (Red+Green+Blue) = 226+205+233=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDE9 is #1D3216. Grayscale: #D6D6D6. Windows color (decimal): -1913367 or 15322594. OLE color: 15322594.
HSL color Cylindrical-coordinate representation of color #E2CDE9: hue angle of 285º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CDE9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 205 | 233 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.09 |
| HSL | 285º | 0.39% | 0.86% | - |
| HSV(B) | 285º | 0.12% | 0.91% | - |
| XYZ | 67.9 | 65.71 | 86.2 | - |
| YUV | 214.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 233 | 0.03 | 0.12 | 0 | 0.09 | 285 | 0.39 | 0.86 |
| Hex | E2 | CD | E9 | 3 | C | 0 | 9 | 11D | 27 | 56 |
| Octal | 342 | 315 | 351 | 3 | 14 | 0 | 11 | 435 | 47 | 126 |
| Binary | 11100010 | 11001101 | 11101001 | 11 | 1100 | 0 | 1001 | 100011101 | 100111 | 1010110 |
Color Harmonies of #E2CDE9
Complementary color
Monochromatic Colors of #E2CDE9
Black with #E2CDE9
Text Example
Text Example
White with #E2CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDE9; }
p { color: rgb(226,205,233); }
H1.HeaderClassName
{
color: #E2CDE9;
}
.AnyTagClassName
{
color: #E2CDE9;
}
</style>
background-color css
<style>
a { background-color: #E2CDE9; }
a { background-color: rgb(226,205,233); }
div.DivClassName
{
background-color: #E2CDE9;
}
.BgClassName
{
background-color: #E2CDE9;
}
</style>
border-color css
<style>
span { border-color: #E2CDE9; }
span { border-color: rgb(226,205,233); }
td.TdClassName
{
border-color: #E2CDE9;
}
.TagClassName
{
border-color: #E2CDE9;
}
</style>