Shades of Blue Chalk #E1CDE7
Tints of Blue Chalk #E1CDE7
RGB
CMYK
RGB Variations
Color information
#E1CDE7 (or 0xE1CDE7) is known color: Blue Chalk. HEX triplet: E1, CD and E7. RGB value is (225,205,231). Sum of RGB (Red+Green+Blue) = 225+205+231=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #E1CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDE7 is #1E3218. Grayscale: #D5D5D5. Windows color (decimal): -1978905 or 15191521. OLE color: 15191521.
HSL color Cylindrical-coordinate representation of color #E1CDE7: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1CDE7 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 205 | 231 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.09 |
| HSL | 286.15º | 0.35% | 0.85% | - |
| HSV(B) | 286.15º | 0.11% | 0.91% | - |
| XYZ | 67.31 | 65.44 | 84.69 | - |
| YUV | 213.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 231 | 0.03 | 0.11 | 0 | 0.09 | 286.15 | 0.35 | 0.85 |
| Hex | E1 | CD | E7 | 3 | B | 0 | 9 | 11E | 23 | 55 |
| Octal | 341 | 315 | 347 | 3 | 13 | 0 | 11 | 436 | 43 | 125 |
| Binary | 11100001 | 11001101 | 11100111 | 11 | 1011 | 0 | 1001 | 100011110 | 100011 | 1010101 |
Color Harmonies of #E1CDE7
Complementary color
Monochromatic Colors of #E1CDE7
Black with #E1CDE7
Text Example
Text Example
White with #E1CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDE7; }
p { color: rgb(225,205,231); }
H1.HeaderClassName
{
color: #E1CDE7;
}
.AnyTagClassName
{
color: #E1CDE7;
}
</style>
background-color css
<style>
a { background-color: #E1CDE7; }
a { background-color: rgb(225,205,231); }
div.DivClassName
{
background-color: #E1CDE7;
}
.BgClassName
{
background-color: #E1CDE7;
}
</style>
border-color css
<style>
span { border-color: #E1CDE7; }
span { border-color: rgb(225,205,231); }
td.TdClassName
{
border-color: #E1CDE7;
}
.TagClassName
{
border-color: #E1CDE7;
}
</style>