Shades of Blue Chalk #E1CBEC
Tints of Blue Chalk #E1CBEC
RGB
CMYK
RGB Variations
Color information
#E1CBEC (or 0xE1CBEC) is known color: Blue Chalk. HEX triplet: E1, CB and EC. RGB value is (225,203,236). Sum of RGB (Red+Green+Blue) = 225+203+236=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBEC is #1E3413. Grayscale: #D5D5D5. Windows color (decimal): -1979412 or 15518689. OLE color: 15518689.
HSL color Cylindrical-coordinate representation of color #E1CBEC: hue angle of 280º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1CBEC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 203 | 236 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.07 |
| HSL | 280º | 0.46% | 0.86% | - |
| HSV(B) | 280º | 0.14% | 0.93% | - |
| XYZ | 67.55 | 64.78 | 88.3 | - |
| YUV | 213.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 236 | 0.05 | 0.14 | 0 | 0.07 | 280 | 0.46 | 0.86 |
| Hex | E1 | CB | EC | 5 | E | 0 | 7 | 118 | 2E | 56 |
| Octal | 341 | 313 | 354 | 5 | 16 | 0 | 7 | 430 | 56 | 126 |
| Binary | 11100001 | 11001011 | 11101100 | 101 | 1110 | 0 | 111 | 100011000 | 101110 | 1010110 |
Color Harmonies of #E1CBEC
Complementary color
Monochromatic Colors of #E1CBEC
Black with #E1CBEC
Text Example
Text Example
White with #E1CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBEC; }
p { color: rgb(225,203,236); }
H1.HeaderClassName
{
color: #E1CBEC;
}
.AnyTagClassName
{
color: #E1CBEC;
}
</style>
background-color css
<style>
a { background-color: #E1CBEC; }
a { background-color: rgb(225,203,236); }
div.DivClassName
{
background-color: #E1CBEC;
}
.BgClassName
{
background-color: #E1CBEC;
}
</style>
border-color css
<style>
span { border-color: #E1CBEC; }
span { border-color: rgb(225,203,236); }
td.TdClassName
{
border-color: #E1CBEC;
}
.TagClassName
{
border-color: #E1CBEC;
}
</style>