Shades of Blue Chalk #E5CBED
Tints of Blue Chalk #E5CBED
RGB
CMYK
RGB Variations
Color information
#E5CBED (or 0xE5CBED) is known color: Blue Chalk. HEX triplet: E5, CB and ED. RGB value is (229,203,237). Sum of RGB (Red+Green+Blue) = 229+203+237=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBED is #1A3412. Grayscale: #D6D6D6. Windows color (decimal): -1717267 or 15584229. OLE color: 15584229.
HSL color Cylindrical-coordinate representation of color #E5CBED: hue angle of 285.88º 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 #E5CBED is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 203 | 237 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.07 |
| HSL | 285.88º | 0.49% | 0.86% | - |
| HSV(B) | 285.88º | 0.14% | 0.93% | - |
| XYZ | 68.96 | 65.48 | 89.13 | - |
| YUV | 214.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 237 | 0.03 | 0.14 | 0 | 0.07 | 285.88 | 0.49 | 0.86 |
| Hex | E5 | CB | ED | 3 | E | 0 | 7 | 11E | 31 | 56 |
| Octal | 345 | 313 | 355 | 3 | 16 | 0 | 7 | 436 | 61 | 126 |
| Binary | 11100101 | 11001011 | 11101101 | 11 | 1110 | 0 | 111 | 100011110 | 110001 | 1010110 |
Color Harmonies of #E5CBED
Complementary color
Monochromatic Colors of #E5CBED
Black with #E5CBED
Text Example
Text Example
White with #E5CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBED; }
p { color: rgb(229,203,237); }
H1.HeaderClassName
{
color: #E5CBED;
}
.AnyTagClassName
{
color: #E5CBED;
}
</style>
background-color css
<style>
a { background-color: #E5CBED; }
a { background-color: rgb(229,203,237); }
div.DivClassName
{
background-color: #E5CBED;
}
.BgClassName
{
background-color: #E5CBED;
}
</style>
border-color css
<style>
span { border-color: #E5CBED; }
span { border-color: rgb(229,203,237); }
td.TdClassName
{
border-color: #E5CBED;
}
.TagClassName
{
border-color: #E5CBED;
}
</style>