Shades of Blue Chalk #E5CCED
Tints of Blue Chalk #E5CCED
RGB
CMYK
RGB Variations
Color information
#E5CCED (or 0xE5CCED) is known color: Blue Chalk. HEX triplet: E5, CC and ED. RGB value is (229,204,237). Sum of RGB (Red+Green+Blue) = 229+204+237=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCED is #1A3312. Grayscale: #D7D7D7. Windows color (decimal): -1717011 or 15584485. OLE color: 15584485.
HSL color Cylindrical-coordinate representation of color #E5CCED: hue angle of 285.45º degrees, saturation: 0.48, 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 #E5CCED is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 204 | 237 | - |
CMYK | 0.03 | 0.14 | 0 | 0.07 |
HSL | 285.45º | 0.48% | 0.86% | - |
HSV(B) | 285.45º | 0.14% | 0.93% | - |
XYZ | 69.19 | 65.96 | 89.21 | - |
YUV | 215.24 | 140.28 | 137.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 237 | 0.03 | 0.14 | 0 | 0.07 | 285.45 | 0.48 | 0.86 |
Hex | E5 | CC | ED | 3 | E | 0 | 7 | 11D | 30 | 56 |
Octal | 345 | 314 | 355 | 3 | 16 | 0 | 7 | 435 | 60 | 126 |
Binary | 11100101 | 11001100 | 11101101 | 11 | 1110 | 0 | 111 | 100011101 | 110000 | 1010110 |
Color Harmonies of #E5CCED
Complementary color
Monochromatic Colors of #E5CCED
Black with #E5CCED
Text Example
Text Example
White with #E5CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCED; }
p { color: rgb(229,204,237); }
H1.HeaderClassName
{
color: #E5CCED;
}
.AnyTagClassName
{
color: #E5CCED;
}
</style>
background-color css
<style>
a { background-color: #E5CCED; }
a { background-color: rgb(229,204,237); }
div.DivClassName
{
background-color: #E5CCED;
}
.BgClassName
{
background-color: #E5CCED;
}
</style>
border-color css
<style>
span { border-color: #E5CCED; }
span { border-color: rgb(229,204,237); }
td.TdClassName
{
border-color: #E5CCED;
}
.TagClassName
{
border-color: #E5CCED;
}
</style>