Shades of Blue Chalk #E5CDED
Tints of Blue Chalk #E5CDED
RGB
CMYK
RGB Variations
Color information
#E5CDED (or 0xE5CDED) is known color: Blue Chalk. HEX triplet: E5, CD and ED. RGB value is (229,205,237). Sum of RGB (Red+Green+Blue) = 229+205+237=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDED is #1A3212. Grayscale: #D7D7D7. Windows color (decimal): -1716755 or 15584741. OLE color: 15584741.
HSL color Cylindrical-coordinate representation of color #E5CDED: hue angle of 285º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CDED is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 205 | 237 | - |
CMYK | 0.03 | 0.14 | 0 | 0.07 |
HSL | 285º | 0.47% | 0.87% | - |
HSV(B) | 285º | 0.14% | 0.93% | - |
XYZ | 69.43 | 66.44 | 89.28 | - |
YUV | 215.82 | 139.95 | 137.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 205 | 237 | 0.03 | 0.14 | 0 | 0.07 | 285 | 0.47 | 0.87 |
Hex | E5 | CD | ED | 3 | E | 0 | 7 | 11D | 2F | 57 |
Octal | 345 | 315 | 355 | 3 | 16 | 0 | 7 | 435 | 57 | 127 |
Binary | 11100101 | 11001101 | 11101101 | 11 | 1110 | 0 | 111 | 100011101 | 101111 | 1010111 |
Color Harmonies of #E5CDED
Complementary color
Monochromatic Colors of #E5CDED
Black with #E5CDED
Text Example
Text Example
White with #E5CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDED; }
p { color: rgb(229,205,237); }
H1.HeaderClassName
{
color: #E5CDED;
}
.AnyTagClassName
{
color: #E5CDED;
}
</style>
background-color css
<style>
a { background-color: #E5CDED; }
a { background-color: rgb(229,205,237); }
div.DivClassName
{
background-color: #E5CDED;
}
.BgClassName
{
background-color: #E5CDED;
}
</style>
border-color css
<style>
span { border-color: #E5CDED; }
span { border-color: rgb(229,205,237); }
td.TdClassName
{
border-color: #E5CDED;
}
.TagClassName
{
border-color: #E5CDED;
}
</style>