Shades of Blue Chalk #E1CBED
Tints of Blue Chalk #E1CBED
RGB
CMYK
RGB Variations
Color information
#E1CBED (or 0xE1CBED) is known color: Blue Chalk. HEX triplet: E1, CB and ED. RGB value is (225,203,237). Sum of RGB (Red+Green+Blue) = 225+203+237=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBED is #1E3412. Grayscale: #D5D5D5. Windows color (decimal): -1979411 or 15584225. OLE color: 15584225.
HSL color Cylindrical-coordinate representation of color #E1CBED: hue angle of 278.82º degrees, saturation: 0.49, 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 #E1CBED is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 203 | 237 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.07 |
| HSL | 278.82º | 0.49% | 0.86% | - |
| HSV(B) | 278.82º | 0.14% | 0.93% | - |
| XYZ | 67.69 | 64.83 | 89.07 | - |
| YUV | 213.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 237 | 0.05 | 0.14 | 0 | 0.07 | 278.82 | 0.49 | 0.86 |
| Hex | E1 | CB | ED | 5 | E | 0 | 7 | 117 | 31 | 56 |
| Octal | 341 | 313 | 355 | 5 | 16 | 0 | 7 | 427 | 61 | 126 |
| Binary | 11100001 | 11001011 | 11101101 | 101 | 1110 | 0 | 111 | 100010111 | 110001 | 1010110 |
Color Harmonies of #E1CBED
Complementary color
Monochromatic Colors of #E1CBED
Black with #E1CBED
Text Example
Text Example
White with #E1CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBED; }
p { color: rgb(225,203,237); }
H1.HeaderClassName
{
color: #E1CBED;
}
.AnyTagClassName
{
color: #E1CBED;
}
</style>
background-color css
<style>
a { background-color: #E1CBED; }
a { background-color: rgb(225,203,237); }
div.DivClassName
{
background-color: #E1CBED;
}
.BgClassName
{
background-color: #E1CBED;
}
</style>
border-color css
<style>
span { border-color: #E1CBED; }
span { border-color: rgb(225,203,237); }
td.TdClassName
{
border-color: #E1CBED;
}
.TagClassName
{
border-color: #E1CBED;
}
</style>