Shades of Blue Chalk #E6CDEF
Tints of Blue Chalk #E6CDEF
RGB
CMYK
RGB Variations
Color information
#E6CDEF (or 0xE6CDEF) is known color: Blue Chalk. HEX triplet: E6, CD and EF. RGB value is (230,205,239). Sum of RGB (Red+Green+Blue) = 230+205+239=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6CDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDEF is #193210. Grayscale: #D8D8D8. Windows color (decimal): -1651217 or 15715814. OLE color: 15715814.
HSL color Cylindrical-coordinate representation of color #E6CDEF: hue angle of 284.12º 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 #E6CDEF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 205 | 239 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.06 |
| HSL | 284.12º | 0.52% | 0.87% | - |
| HSV(B) | 284.12º | 0.14% | 0.94% | - |
| XYZ | 70.04 | 66.72 | 90.85 | - |
| YUV | 216.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 239 | 0.04 | 0.14 | 0 | 0.06 | 284.12 | 0.52 | 0.87 |
| Hex | E6 | CD | EF | 4 | E | 0 | 6 | 11C | 34 | 57 |
| Octal | 346 | 315 | 357 | 4 | 16 | 0 | 6 | 434 | 64 | 127 |
| Binary | 11100110 | 11001101 | 11101111 | 100 | 1110 | 0 | 110 | 100011100 | 110100 | 1010111 |
Color Harmonies of #E6CDEF
Complementary color
Monochromatic Colors of #E6CDEF
Black with #E6CDEF
Text Example
Text Example
White with #E6CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDEF; }
p { color: rgb(230,205,239); }
H1.HeaderClassName
{
color: #E6CDEF;
}
.AnyTagClassName
{
color: #E6CDEF;
}
</style>
background-color css
<style>
a { background-color: #E6CDEF; }
a { background-color: rgb(230,205,239); }
div.DivClassName
{
background-color: #E6CDEF;
}
.BgClassName
{
background-color: #E6CDEF;
}
</style>
border-color css
<style>
span { border-color: #E6CDEF; }
span { border-color: rgb(230,205,239); }
td.TdClassName
{
border-color: #E6CDEF;
}
.TagClassName
{
border-color: #E6CDEF;
}
</style>