Shades of Blue Chalk #E2CBEE
Tints of Blue Chalk #E2CBEE
RGB
CMYK
RGB Variations
Color information
#E2CBEE (or 0xE2CBEE) is known color: Blue Chalk. HEX triplet: E2, CB and EE. RGB value is (226,203,238). Sum of RGB (Red+Green+Blue) = 226+203+238=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 203 (79.69% from 255 or 30.43% 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 #E2CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBEE is #1D3411. Grayscale: #D5D5D5. Windows color (decimal): -1913874 or 15649762. OLE color: 15649762.
HSL color Cylindrical-coordinate representation of color #E2CBEE: hue angle of 279.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2CBEE is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 203 | 238 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.07 |
| HSL | 279.43º | 0.51% | 0.86% | - |
| HSV(B) | 279.43º | 0.15% | 0.93% | - |
| XYZ | 68.15 | 65.05 | 89.85 | - |
| YUV | 213.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 238 | 0.05 | 0.15 | 0 | 0.07 | 279.43 | 0.51 | 0.86 |
| Hex | E2 | CB | EE | 5 | F | 0 | 7 | 117 | 33 | 56 |
| Octal | 342 | 313 | 356 | 5 | 17 | 0 | 7 | 427 | 63 | 126 |
| Binary | 11100010 | 11001011 | 11101110 | 101 | 1111 | 0 | 111 | 100010111 | 110011 | 1010110 |
Color Harmonies of #E2CBEE
Complementary color
Monochromatic Colors of #E2CBEE
Black with #E2CBEE
Text Example
Text Example
White with #E2CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBEE; }
p { color: rgb(226,203,238); }
H1.HeaderClassName
{
color: #E2CBEE;
}
.AnyTagClassName
{
color: #E2CBEE;
}
</style>
background-color css
<style>
a { background-color: #E2CBEE; }
a { background-color: rgb(226,203,238); }
div.DivClassName
{
background-color: #E2CBEE;
}
.BgClassName
{
background-color: #E2CBEE;
}
</style>
border-color css
<style>
span { border-color: #E2CBEE; }
span { border-color: rgb(226,203,238); }
td.TdClassName
{
border-color: #E2CBEE;
}
.TagClassName
{
border-color: #E2CBEE;
}
</style>