Shades of Blue Chalk #E1CDE9
Tints of Blue Chalk #E1CDE9
RGB
CMYK
RGB Variations
Color information
#E1CDE9 (or 0xE1CDE9) is known color: Blue Chalk. HEX triplet: E1, CD and E9. RGB value is (225,205,233). Sum of RGB (Red+Green+Blue) = 225+205+233=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDE9 is #1E3216. Grayscale: #D6D6D6. Windows color (decimal): -1978903 or 15322593. OLE color: 15322593.
HSL color Cylindrical-coordinate representation of color #E1CDE9: hue angle of 282.86º 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 #E1CDE9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 205 | 233 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.09 |
| HSL | 282.86º | 0.39% | 0.86% | - |
| HSV(B) | 282.86º | 0.12% | 0.91% | - |
| XYZ | 67.59 | 65.55 | 86.18 | - |
| YUV | 214.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 233 | 0.03 | 0.12 | 0 | 0.09 | 282.86 | 0.39 | 0.86 |
| Hex | E1 | CD | E9 | 3 | C | 0 | 9 | 11B | 27 | 56 |
| Octal | 341 | 315 | 351 | 3 | 14 | 0 | 11 | 433 | 47 | 126 |
| Binary | 11100001 | 11001101 | 11101001 | 11 | 1100 | 0 | 1001 | 100011011 | 100111 | 1010110 |
Color Harmonies of #E1CDE9
Complementary color
Monochromatic Colors of #E1CDE9
Black with #E1CDE9
Text Example
Text Example
White with #E1CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDE9; }
p { color: rgb(225,205,233); }
H1.HeaderClassName
{
color: #E1CDE9;
}
.AnyTagClassName
{
color: #E1CDE9;
}
</style>
background-color css
<style>
a { background-color: #E1CDE9; }
a { background-color: rgb(225,205,233); }
div.DivClassName
{
background-color: #E1CDE9;
}
.BgClassName
{
background-color: #E1CDE9;
}
</style>
border-color css
<style>
span { border-color: #E1CDE9; }
span { border-color: rgb(225,205,233); }
td.TdClassName
{
border-color: #E1CDE9;
}
.TagClassName
{
border-color: #E1CDE9;
}
</style>