Shades of Blue Chalk #E5CEED
Tints of Blue Chalk #E5CEED
RGB
CMYK
RGB Variations
Color information
#E5CEED (or 0xE5CEED) is known color: Blue Chalk. HEX triplet: E5, CE and ED. RGB value is (229,206,237). Sum of RGB (Red+Green+Blue) = 229+206+237=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEED is #1A3112. Grayscale: #D8D8D8. Windows color (decimal): -1716499 or 15584997. OLE color: 15584997.
HSL color Cylindrical-coordinate representation of color #E5CEED: hue angle of 284.52º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5CEED is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 206 | 237 | - |
CMYK | 0.03 | 0.13 | 0 | 0.07 |
HSL | 284.52º | 0.46% | 0.87% | - |
HSV(B) | 284.52º | 0.13% | 0.93% | - |
XYZ | 69.67 | 66.92 | 89.36 | - |
YUV | 216.41 | 139.62 | 136.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 206 | 237 | 0.03 | 0.13 | 0 | 0.07 | 284.52 | 0.46 | 0.87 |
Hex | E5 | CE | ED | 3 | D | 0 | 7 | 11D | 2E | 57 |
Octal | 345 | 316 | 355 | 3 | 15 | 0 | 7 | 435 | 56 | 127 |
Binary | 11100101 | 11001110 | 11101101 | 11 | 1101 | 0 | 111 | 100011101 | 101110 | 1010111 |
Color Harmonies of #E5CEED
Complementary color
Monochromatic Colors of #E5CEED
Black with #E5CEED
Text Example
Text Example
White with #E5CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEED; }
p { color: rgb(229,206,237); }
H1.HeaderClassName
{
color: #E5CEED;
}
.AnyTagClassName
{
color: #E5CEED;
}
</style>
background-color css
<style>
a { background-color: #E5CEED; }
a { background-color: rgb(229,206,237); }
div.DivClassName
{
background-color: #E5CEED;
}
.BgClassName
{
background-color: #E5CEED;
}
</style>
border-color css
<style>
span { border-color: #E5CEED; }
span { border-color: rgb(229,206,237); }
td.TdClassName
{
border-color: #E5CEED;
}
.TagClassName
{
border-color: #E5CEED;
}
</style>