Shades of Blue Chalk #ECCFF6
Tints of Blue Chalk #ECCFF6
RGB
CMYK
RGB Variations
Color information
#ECCFF6 (or 0xECCFF6) is known color: Blue Chalk. HEX triplet: EC, CF and F6. RGB value is (236,207,246). Sum of RGB (Red+Green+Blue) = 236+207+246=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECCFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFF6 is #133009. Grayscale: #DBDBDB. Windows color (decimal): -1257482 or 16175084. OLE color: 16175084.
HSL color Cylindrical-coordinate representation of color #ECCFF6: hue angle of 284.62º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCFF6 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 207 | 246 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.04 |
| HSL | 284.62º | 0.68% | 0.89% | - |
| HSV(B) | 284.62º | 0.16% | 0.96% | - |
| XYZ | 73.54 | 69.11 | 96.65 | - |
| YUV | 220.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 246 | 0.04 | 0.16 | 0 | 0.04 | 284.62 | 0.68 | 0.89 |
| Hex | EC | CF | F6 | 4 | 10 | 0 | 4 | 11D | 44 | 59 |
| Octal | 354 | 317 | 366 | 4 | 20 | 0 | 4 | 435 | 104 | 131 |
| Binary | 11101100 | 11001111 | 11110110 | 100 | 10000 | 0 | 100 | 100011101 | 1000100 | 1011001 |
Color Harmonies of #ECCFF6
Complementary color
Monochromatic Colors of #ECCFF6
Black with #ECCFF6
Text Example
Text Example
White with #ECCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFF6; }
p { color: rgb(236,207,246); }
H1.HeaderClassName
{
color: #ECCFF6;
}
.AnyTagClassName
{
color: #ECCFF6;
}
</style>
background-color css
<style>
a { background-color: #ECCFF6; }
a { background-color: rgb(236,207,246); }
div.DivClassName
{
background-color: #ECCFF6;
}
.BgClassName
{
background-color: #ECCFF6;
}
</style>
border-color css
<style>
span { border-color: #ECCFF6; }
span { border-color: rgb(236,207,246); }
td.TdClassName
{
border-color: #ECCFF6;
}
.TagClassName
{
border-color: #ECCFF6;
}
</style>