Shades of Blue Chalk #E1CDF2
Tints of Blue Chalk #E1CDF2
RGB
CMYK
RGB Variations
Color information
#E1CDF2 (or 0xE1CDF2) is known color: Blue Chalk. HEX triplet: E1, CD and F2. RGB value is (225,205,242). Sum of RGB (Red+Green+Blue) = 225+205+242=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDF2 is #1E320D. Grayscale: #D7D7D7. Windows color (decimal): -1978894 or 15912417. OLE color: 15912417.
HSL color Cylindrical-coordinate representation of color #E1CDF2: hue angle of 272.43º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CDF2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 205 | 242 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 272.43º | 0.59% | 0.88% | - |
| HSV(B) | 272.43º | 0.15% | 0.95% | - |
| XYZ | 68.91 | 66.08 | 93.13 | - |
| YUV | 215.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 242 | 0.07 | 0.15 | 0 | 0.05 | 272.43 | 0.59 | 0.88 |
| Hex | E1 | CD | F2 | 7 | F | 0 | 5 | 110 | 3B | 58 |
| Octal | 341 | 315 | 362 | 7 | 17 | 0 | 5 | 420 | 73 | 130 |
| Binary | 11100001 | 11001101 | 11110010 | 111 | 1111 | 0 | 101 | 100010000 | 111011 | 1011000 |
Color Harmonies of #E1CDF2
Complementary color
Monochromatic Colors of #E1CDF2
Black with #E1CDF2
Text Example
Text Example
White with #E1CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDF2; }
p { color: rgb(225,205,242); }
H1.HeaderClassName
{
color: #E1CDF2;
}
.AnyTagClassName
{
color: #E1CDF2;
}
</style>
background-color css
<style>
a { background-color: #E1CDF2; }
a { background-color: rgb(225,205,242); }
div.DivClassName
{
background-color: #E1CDF2;
}
.BgClassName
{
background-color: #E1CDF2;
}
</style>
border-color css
<style>
span { border-color: #E1CDF2; }
span { border-color: rgb(225,205,242); }
td.TdClassName
{
border-color: #E1CDF2;
}
.TagClassName
{
border-color: #E1CDF2;
}
</style>