Shades of Blue Chalk #E1CAF0
Tints of Blue Chalk #E1CAF0
RGB
CMYK
RGB Variations
Color information
#E1CAF0 (or 0xE1CAF0) is known color: Blue Chalk. HEX triplet: E1, CA and F0. RGB value is (225,202,240). Sum of RGB (Red+Green+Blue) = 225+202+240=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAF0 is #1E350F. Grayscale: #D5D5D5. Windows color (decimal): -1979664 or 15780577. OLE color: 15780577.
HSL color Cylindrical-coordinate representation of color #E1CAF0: hue angle of 276.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CAF0 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 202 | 240 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.06 |
| HSL | 276.32º | 0.56% | 0.87% | - |
| HSV(B) | 276.32º | 0.16% | 0.94% | - |
| XYZ | 67.9 | 64.54 | 91.32 | - |
| YUV | 213.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 240 | 0.06 | 0.16 | 0 | 0.06 | 276.32 | 0.56 | 0.87 |
| Hex | E1 | CA | F0 | 6 | 10 | 0 | 6 | 114 | 38 | 57 |
| Octal | 341 | 312 | 360 | 6 | 20 | 0 | 6 | 424 | 70 | 127 |
| Binary | 11100001 | 11001010 | 11110000 | 110 | 10000 | 0 | 110 | 100010100 | 111000 | 1010111 |
Color Harmonies of #E1CAF0
Complementary color
Monochromatic Colors of #E1CAF0
Black with #E1CAF0
Text Example
Text Example
White with #E1CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAF0; }
p { color: rgb(225,202,240); }
H1.HeaderClassName
{
color: #E1CAF0;
}
.AnyTagClassName
{
color: #E1CAF0;
}
</style>
background-color css
<style>
a { background-color: #E1CAF0; }
a { background-color: rgb(225,202,240); }
div.DivClassName
{
background-color: #E1CAF0;
}
.BgClassName
{
background-color: #E1CAF0;
}
</style>
border-color css
<style>
span { border-color: #E1CAF0; }
span { border-color: rgb(225,202,240); }
td.TdClassName
{
border-color: #E1CAF0;
}
.TagClassName
{
border-color: #E1CAF0;
}
</style>