Shades of Blue Chalk #E1CDEF
Tints of Blue Chalk #E1CDEF
RGB
CMYK
RGB Variations
Color information
#E1CDEF (or 0xE1CDEF) is known color: Blue Chalk. HEX triplet: E1, CD and EF. RGB value is (225,205,239). Sum of RGB (Red+Green+Blue) = 225+205+239=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDEF is #1E3210. Grayscale: #D6D6D6. Windows color (decimal): -1978897 or 15715809. OLE color: 15715809.
HSL color Cylindrical-coordinate representation of color #E1CDEF: hue angle of 275.29º 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 #E1CDEF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 205 | 239 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.06 |
| HSL | 275.29º | 0.52% | 0.87% | - |
| HSV(B) | 275.29º | 0.14% | 0.94% | - |
| XYZ | 68.46 | 65.9 | 90.77 | - |
| YUV | 214.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 239 | 0.06 | 0.14 | 0 | 0.06 | 275.29 | 0.52 | 0.87 |
| Hex | E1 | CD | EF | 6 | E | 0 | 6 | 113 | 34 | 57 |
| Octal | 341 | 315 | 357 | 6 | 16 | 0 | 6 | 423 | 64 | 127 |
| Binary | 11100001 | 11001101 | 11101111 | 110 | 1110 | 0 | 110 | 100010011 | 110100 | 1010111 |
Color Harmonies of #E1CDEF
Complementary color
Monochromatic Colors of #E1CDEF
Black with #E1CDEF
Text Example
Text Example
White with #E1CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDEF; }
p { color: rgb(225,205,239); }
H1.HeaderClassName
{
color: #E1CDEF;
}
.AnyTagClassName
{
color: #E1CDEF;
}
</style>
background-color css
<style>
a { background-color: #E1CDEF; }
a { background-color: rgb(225,205,239); }
div.DivClassName
{
background-color: #E1CDEF;
}
.BgClassName
{
background-color: #E1CDEF;
}
</style>
border-color css
<style>
span { border-color: #E1CDEF; }
span { border-color: rgb(225,205,239); }
td.TdClassName
{
border-color: #E1CDEF;
}
.TagClassName
{
border-color: #E1CDEF;
}
</style>