Shades of Blue Chalk #ECD8FC
Tints of Blue Chalk #ECD8FC
RGB
CMYK
RGB Variations
Color information
#ECD8FC (or 0xECD8FC) is known color: Blue Chalk. HEX triplet: EC, D8 and FC. RGB value is (236,216,252). Sum of RGB (Red+Green+Blue) = 236+216+252=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 216 (84.77% from 255 or 30.68% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FC is #132703. Grayscale: #E1E1E1. Windows color (decimal): -1255172 or 16570604. OLE color: 16570604.
HSL color Cylindrical-coordinate representation of color #ECD8FC: hue angle of 273.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD8FC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 216 | 252 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.01 |
| HSL | 273.33º | 0.86% | 0.92% | - |
| HSV(B) | 273.33º | 0.14% | 0.99% | - |
| XYZ | 76.72 | 73.97 | 102.33 | - |
| YUV | 226.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 252 | 0.06 | 0.14 | 0 | 0.01 | 273.33 | 0.86 | 0.92 |
| Hex | EC | D8 | FC | 6 | E | 0 | 1 | 111 | 56 | 5C |
| Octal | 354 | 330 | 374 | 6 | 16 | 0 | 1 | 421 | 126 | 134 |
| Binary | 11101100 | 11011000 | 11111100 | 110 | 1110 | 0 | 1 | 100010001 | 1010110 | 1011100 |
Color Harmonies of #ECD8FC
Complementary color
Monochromatic Colors of #ECD8FC
Black with #ECD8FC
Text Example
Text Example
White with #ECD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8FC; }
p { color: rgb(236,216,252); }
H1.HeaderClassName
{
color: #ECD8FC;
}
.AnyTagClassName
{
color: #ECD8FC;
}
</style>
background-color css
<style>
a { background-color: #ECD8FC; }
a { background-color: rgb(236,216,252); }
div.DivClassName
{
background-color: #ECD8FC;
}
.BgClassName
{
background-color: #ECD8FC;
}
</style>
border-color css
<style>
span { border-color: #ECD8FC; }
span { border-color: rgb(236,216,252); }
td.TdClassName
{
border-color: #ECD8FC;
}
.TagClassName
{
border-color: #ECD8FC;
}
</style>