Shades of Blue Chalk #E1CDF1
Tints of Blue Chalk #E1CDF1
RGB
CMYK
RGB Variations
Color information
#E1CDF1 (or 0xE1CDF1) is known color: Blue Chalk. HEX triplet: E1, CD and F1. RGB value is (225,205,241). Sum of RGB (Red+Green+Blue) = 225+205+241=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDF1 is #1E320E. Grayscale: #D6D6D6. Windows color (decimal): -1978895 or 15846881. OLE color: 15846881.
HSL color Cylindrical-coordinate representation of color #E1CDF1: hue angle of 273.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CDF1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 205 | 241 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 273.33º | 0.56% | 0.87% | - |
| HSV(B) | 273.33º | 0.15% | 0.95% | - |
| XYZ | 68.76 | 66.02 | 92.34 | - |
| YUV | 215.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 241 | 0.07 | 0.15 | 0 | 0.05 | 273.33 | 0.56 | 0.87 |
| Hex | E1 | CD | F1 | 7 | F | 0 | 5 | 111 | 38 | 57 |
| Octal | 341 | 315 | 361 | 7 | 17 | 0 | 5 | 421 | 70 | 127 |
| Binary | 11100001 | 11001101 | 11110001 | 111 | 1111 | 0 | 101 | 100010001 | 111000 | 1010111 |
Color Harmonies of #E1CDF1
Complementary color
Monochromatic Colors of #E1CDF1
Black with #E1CDF1
Text Example
Text Example
White with #E1CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDF1; }
p { color: rgb(225,205,241); }
H1.HeaderClassName
{
color: #E1CDF1;
}
.AnyTagClassName
{
color: #E1CDF1;
}
</style>
background-color css
<style>
a { background-color: #E1CDF1; }
a { background-color: rgb(225,205,241); }
div.DivClassName
{
background-color: #E1CDF1;
}
.BgClassName
{
background-color: #E1CDF1;
}
</style>
border-color css
<style>
span { border-color: #E1CDF1; }
span { border-color: rgb(225,205,241); }
td.TdClassName
{
border-color: #E1CDF1;
}
.TagClassName
{
border-color: #E1CDF1;
}
</style>