Shades of Blue Chalk #E0CDEF
Tints of Blue Chalk #E0CDEF
RGB
CMYK
RGB Variations
Color information
#E0CDEF (or 0xE0CDEF) is known color: Blue Chalk. HEX triplet: E0, CD and EF. RGB value is (224,205,239). Sum of RGB (Red+Green+Blue) = 224+205+239=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDEF is #1F3210. Grayscale: #D6D6D6. Windows color (decimal): -2044433 or 15715808. OLE color: 15715808.
HSL color Cylindrical-coordinate representation of color #E0CDEF: hue angle of 273.53º 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 #E0CDEF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 205 | 239 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.06 |
| HSL | 273.53º | 0.52% | 0.87% | - |
| HSV(B) | 273.53º | 0.14% | 0.94% | - |
| XYZ | 68.15 | 65.74 | 90.76 | - |
| YUV | 214.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 239 | 0.06 | 0.14 | 0 | 0.06 | 273.53 | 0.52 | 0.87 |
| Hex | E0 | CD | EF | 6 | E | 0 | 6 | 112 | 34 | 57 |
| Octal | 340 | 315 | 357 | 6 | 16 | 0 | 6 | 422 | 64 | 127 |
| Binary | 11100000 | 11001101 | 11101111 | 110 | 1110 | 0 | 110 | 100010010 | 110100 | 1010111 |
Color Harmonies of #E0CDEF
Complementary color
Monochromatic Colors of #E0CDEF
Black with #E0CDEF
Text Example
Text Example
White with #E0CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDEF; }
p { color: rgb(224,205,239); }
H1.HeaderClassName
{
color: #E0CDEF;
}
.AnyTagClassName
{
color: #E0CDEF;
}
</style>
background-color css
<style>
a { background-color: #E0CDEF; }
a { background-color: rgb(224,205,239); }
div.DivClassName
{
background-color: #E0CDEF;
}
.BgClassName
{
background-color: #E0CDEF;
}
</style>
border-color css
<style>
span { border-color: #E0CDEF; }
span { border-color: rgb(224,205,239); }
td.TdClassName
{
border-color: #E0CDEF;
}
.TagClassName
{
border-color: #E0CDEF;
}
</style>