Shades of Blue Chalk #E5CDEF
Tints of Blue Chalk #E5CDEF
RGB
CMYK
RGB Variations
Color information
#E5CDEF (or 0xE5CDEF) is known color: Blue Chalk. HEX triplet: E5, CD and EF. RGB value is (229,205,239). Sum of RGB (Red+Green+Blue) = 229+205+239=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDEF is #1A3210. Grayscale: #D7D7D7. Windows color (decimal): -1716753 or 15715813. OLE color: 15715813.
HSL color Cylindrical-coordinate representation of color #E5CDEF: hue angle of 282.35º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CDEF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 205 | 239 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.06 |
| HSL | 282.35º | 0.52% | 0.87% | - |
| HSV(B) | 282.35º | 0.14% | 0.94% | - |
| XYZ | 69.72 | 66.55 | 90.83 | - |
| YUV | 216.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 239 | 0.04 | 0.14 | 0 | 0.06 | 282.35 | 0.52 | 0.87 |
| Hex | E5 | CD | EF | 4 | E | 0 | 6 | 11A | 34 | 57 |
| Octal | 345 | 315 | 357 | 4 | 16 | 0 | 6 | 432 | 64 | 127 |
| Binary | 11100101 | 11001101 | 11101111 | 100 | 1110 | 0 | 110 | 100011010 | 110100 | 1010111 |
Color Harmonies of #E5CDEF
Complementary color
Monochromatic Colors of #E5CDEF
Black with #E5CDEF
Text Example
Text Example
White with #E5CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDEF; }
p { color: rgb(229,205,239); }
H1.HeaderClassName
{
color: #E5CDEF;
}
.AnyTagClassName
{
color: #E5CDEF;
}
</style>
background-color css
<style>
a { background-color: #E5CDEF; }
a { background-color: rgb(229,205,239); }
div.DivClassName
{
background-color: #E5CDEF;
}
.BgClassName
{
background-color: #E5CDEF;
}
</style>
border-color css
<style>
span { border-color: #E5CDEF; }
span { border-color: rgb(229,205,239); }
td.TdClassName
{
border-color: #E5CDEF;
}
.TagClassName
{
border-color: #E5CDEF;
}
</style>