Shades of Blue Chalk #E2CBEC
Tints of Blue Chalk #E2CBEC
RGB
CMYK
RGB Variations
Color information
#E2CBEC (or 0xE2CBEC) is known color: Blue Chalk. HEX triplet: E2, CB and EC. RGB value is (226,203,236). Sum of RGB (Red+Green+Blue) = 226+203+236=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBEC is #1D3413. Grayscale: #D5D5D5. Windows color (decimal): -1913876 or 15518690. OLE color: 15518690.
HSL color Cylindrical-coordinate representation of color #E2CBEC: hue angle of 281.82º 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 #E2CBEC is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 203 | 236 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.07 |
| HSL | 281.82º | 0.46% | 0.86% | - |
| HSV(B) | 281.82º | 0.14% | 0.93% | - |
| XYZ | 67.86 | 64.94 | 88.31 | - |
| YUV | 213.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 236 | 0.04 | 0.14 | 0 | 0.07 | 281.82 | 0.46 | 0.86 |
| Hex | E2 | CB | EC | 4 | E | 0 | 7 | 11A | 2E | 56 |
| Octal | 342 | 313 | 354 | 4 | 16 | 0 | 7 | 432 | 56 | 126 |
| Binary | 11100010 | 11001011 | 11101100 | 100 | 1110 | 0 | 111 | 100011010 | 101110 | 1010110 |
Color Harmonies of #E2CBEC
Complementary color
Monochromatic Colors of #E2CBEC
Black with #E2CBEC
Text Example
Text Example
White with #E2CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBEC; }
p { color: rgb(226,203,236); }
H1.HeaderClassName
{
color: #E2CBEC;
}
.AnyTagClassName
{
color: #E2CBEC;
}
</style>
background-color css
<style>
a { background-color: #E2CBEC; }
a { background-color: rgb(226,203,236); }
div.DivClassName
{
background-color: #E2CBEC;
}
.BgClassName
{
background-color: #E2CBEC;
}
</style>
border-color css
<style>
span { border-color: #E2CBEC; }
span { border-color: rgb(226,203,236); }
td.TdClassName
{
border-color: #E2CBEC;
}
.TagClassName
{
border-color: #E2CBEC;
}
</style>