Shades of Blue Chalk #ECD5FF
Tints of Blue Chalk #ECD5FF
RGB
CMYK
RGB Variations
Color information
#ECD5FF (or 0xECD5FF) is known color: Blue Chalk. HEX triplet: EC, D5 and FF. RGB value is (236,213,255). Sum of RGB (Red+Green+Blue) = 236+213+255=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 213 (83.59% from 255 or 30.26% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5FF is #132A00. Grayscale: #E0E0E0. Windows color (decimal): -1255937 or 16766444. OLE color: 16766444.
HSL color Cylindrical-coordinate representation of color #ECD5FF: hue angle of 272.86º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD5FF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 213 | 255 | - |
| CMYK | 0.07 | 0.16 | 0 | 0 |
| HSL | 272.86º | 1% | 0.92% | - |
| HSV(B) | 272.86º | 0.16% | 1% | - |
| XYZ | 76.44 | 72.64 | 104.6 | - |
| YUV | 224.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 255 | 0.07 | 0.16 | 0 | 0 | 272.86 | 1 | 0.92 |
| Hex | EC | D5 | FF | 7 | 10 | 0 | 0 | 111 | 64 | 5C |
| Octal | 354 | 325 | 377 | 7 | 20 | 0 | 0 | 421 | 144 | 134 |
| Binary | 11101100 | 11010101 | 11111111 | 111 | 10000 | 0 | 0 | 100010001 | 1100100 | 1011100 |
Color Harmonies of #ECD5FF
Complementary color
Monochromatic Colors of #ECD5FF
Black with #ECD5FF
Text Example
Text Example
White with #ECD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5FF; }
p { color: rgb(236,213,255); }
H1.HeaderClassName
{
color: #ECD5FF;
}
.AnyTagClassName
{
color: #ECD5FF;
}
</style>
background-color css
<style>
a { background-color: #ECD5FF; }
a { background-color: rgb(236,213,255); }
div.DivClassName
{
background-color: #ECD5FF;
}
.BgClassName
{
background-color: #ECD5FF;
}
</style>
border-color css
<style>
span { border-color: #ECD5FF; }
span { border-color: rgb(236,213,255); }
td.TdClassName
{
border-color: #ECD5FF;
}
.TagClassName
{
border-color: #ECD5FF;
}
</style>