Shades of Blue Chalk #ECCEFA
Tints of Blue Chalk #ECCEFA
RGB
CMYK
RGB Variations
Color information
#ECCEFA (or 0xECCEFA) is known color: Blue Chalk. HEX triplet: EC, CE and FA. RGB value is (236,206,250). Sum of RGB (Red+Green+Blue) = 236+206+250=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEFA is #133105. Grayscale: #DBDBDB. Windows color (decimal): -1257734 or 16436972. OLE color: 16436972.
HSL color Cylindrical-coordinate representation of color #ECCEFA: hue angle of 280.91º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECCEFA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 206 | 250 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.02 |
| HSL | 280.91º | 0.81% | 0.89% | - |
| HSV(B) | 280.91º | 0.18% | 0.98% | - |
| XYZ | 73.92 | 68.88 | 99.84 | - |
| YUV | 219.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 250 | 0.06 | 0.18 | 0 | 0.02 | 280.91 | 0.81 | 0.89 |
| Hex | EC | CE | FA | 6 | 12 | 0 | 2 | 119 | 51 | 59 |
| Octal | 354 | 316 | 372 | 6 | 22 | 0 | 2 | 431 | 121 | 131 |
| Binary | 11101100 | 11001110 | 11111010 | 110 | 10010 | 0 | 10 | 100011001 | 1010001 | 1011001 |
Color Harmonies of #ECCEFA
Complementary color
Monochromatic Colors of #ECCEFA
Black with #ECCEFA
Text Example
Text Example
White with #ECCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEFA; }
p { color: rgb(236,206,250); }
H1.HeaderClassName
{
color: #ECCEFA;
}
.AnyTagClassName
{
color: #ECCEFA;
}
</style>
background-color css
<style>
a { background-color: #ECCEFA; }
a { background-color: rgb(236,206,250); }
div.DivClassName
{
background-color: #ECCEFA;
}
.BgClassName
{
background-color: #ECCEFA;
}
</style>
border-color css
<style>
span { border-color: #ECCEFA; }
span { border-color: rgb(236,206,250); }
td.TdClassName
{
border-color: #ECCEFA;
}
.TagClassName
{
border-color: #ECCEFA;
}
</style>