Shades of Blue Chalk #ECD8F8
Tints of Blue Chalk #ECD8F8
RGB
CMYK
RGB Variations
Color information
#ECD8F8 (or 0xECD8F8) is known color: Blue Chalk. HEX triplet: EC, D8 and F8. RGB value is (236,216,248). Sum of RGB (Red+Green+Blue) = 236+216+248=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 216 (84.77% from 255 or 30.86% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECD8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8F8 is #132707. Grayscale: #E1E1E1. Windows color (decimal): -1255176 or 16308460. OLE color: 16308460.
HSL color Cylindrical-coordinate representation of color #ECD8F8: hue angle of 277.5º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD8F8 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 216 | 248 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.03 |
| HSL | 277.5º | 0.7% | 0.91% | - |
| HSV(B) | 277.5º | 0.13% | 0.97% | - |
| XYZ | 76.09 | 73.72 | 99.03 | - |
| YUV | 225.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 248 | 0.05 | 0.13 | 0 | 0.03 | 277.5 | 0.7 | 0.91 |
| Hex | EC | D8 | F8 | 5 | D | 0 | 3 | 116 | 46 | 5B |
| Octal | 354 | 330 | 370 | 5 | 15 | 0 | 3 | 426 | 106 | 133 |
| Binary | 11101100 | 11011000 | 11111000 | 101 | 1101 | 0 | 11 | 100010110 | 1000110 | 1011011 |
Color Harmonies of #ECD8F8
Complementary color
Monochromatic Colors of #ECD8F8
Black with #ECD8F8
Text Example
Text Example
White with #ECD8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8F8; }
p { color: rgb(236,216,248); }
H1.HeaderClassName
{
color: #ECD8F8;
}
.AnyTagClassName
{
color: #ECD8F8;
}
</style>
background-color css
<style>
a { background-color: #ECD8F8; }
a { background-color: rgb(236,216,248); }
div.DivClassName
{
background-color: #ECD8F8;
}
.BgClassName
{
background-color: #ECD8F8;
}
</style>
border-color css
<style>
span { border-color: #ECD8F8; }
span { border-color: rgb(236,216,248); }
td.TdClassName
{
border-color: #ECD8F8;
}
.TagClassName
{
border-color: #ECD8F8;
}
</style>