Shades of Blue Chalk #E1CCEE
Tints of Blue Chalk #E1CCEE
RGB
CMYK
RGB Variations
Color information
#E1CCEE (or 0xE1CCEE) is known color: Blue Chalk. HEX triplet: E1, CC and EE. RGB value is (225,204,238). Sum of RGB (Red+Green+Blue) = 225+204+238=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCEE is #1E3311. Grayscale: #D6D6D6. Windows color (decimal): -1979154 or 15650017. OLE color: 15650017.
HSL color Cylindrical-coordinate representation of color #E1CCEE: hue angle of 277.06º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1CCEE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 204 | 238 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.07 |
| HSL | 277.06º | 0.5% | 0.87% | - |
| HSV(B) | 277.06º | 0.14% | 0.93% | - |
| XYZ | 68.08 | 65.37 | 89.92 | - |
| YUV | 214.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 238 | 0.05 | 0.14 | 0 | 0.07 | 277.06 | 0.5 | 0.87 |
| Hex | E1 | CC | EE | 5 | E | 0 | 7 | 115 | 32 | 57 |
| Octal | 341 | 314 | 356 | 5 | 16 | 0 | 7 | 425 | 62 | 127 |
| Binary | 11100001 | 11001100 | 11101110 | 101 | 1110 | 0 | 111 | 100010101 | 110010 | 1010111 |
Color Harmonies of #E1CCEE
Complementary color
Monochromatic Colors of #E1CCEE
Black with #E1CCEE
Text Example
Text Example
White with #E1CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCEE; }
p { color: rgb(225,204,238); }
H1.HeaderClassName
{
color: #E1CCEE;
}
.AnyTagClassName
{
color: #E1CCEE;
}
</style>
background-color css
<style>
a { background-color: #E1CCEE; }
a { background-color: rgb(225,204,238); }
div.DivClassName
{
background-color: #E1CCEE;
}
.BgClassName
{
background-color: #E1CCEE;
}
</style>
border-color css
<style>
span { border-color: #E1CCEE; }
span { border-color: rgb(225,204,238); }
td.TdClassName
{
border-color: #E1CCEE;
}
.TagClassName
{
border-color: #E1CCEE;
}
</style>