Shades of Blue Chalk #ECCCFB
Tints of Blue Chalk #ECCCFB
RGB
CMYK
RGB Variations
Color information
#ECCCFB (or 0xECCCFB) is known color: Blue Chalk. HEX triplet: EC, CC and FB. RGB value is (236,204,251). Sum of RGB (Red+Green+Blue) = 236+204+251=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCFB is #133304. Grayscale: #DADADA. Windows color (decimal): -1258245 or 16501996. OLE color: 16501996.
HSL color Cylindrical-coordinate representation of color #ECCCFB: hue angle of 280.85º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCCFB is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 204 | 251 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.02 |
| HSL | 280.85º | 0.85% | 0.89% | - |
| HSV(B) | 280.85º | 0.19% | 0.98% | - |
| XYZ | 73.6 | 67.98 | 100.51 | - |
| YUV | 218.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 251 | 0.06 | 0.19 | 0 | 0.02 | 280.85 | 0.85 | 0.89 |
| Hex | EC | CC | FB | 6 | 13 | 0 | 2 | 119 | 55 | 59 |
| Octal | 354 | 314 | 373 | 6 | 23 | 0 | 2 | 431 | 125 | 131 |
| Binary | 11101100 | 11001100 | 11111011 | 110 | 10011 | 0 | 10 | 100011001 | 1010101 | 1011001 |
Color Harmonies of #ECCCFB
Complementary color
Monochromatic Colors of #ECCCFB
Black with #ECCCFB
Text Example
Text Example
White with #ECCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCFB; }
p { color: rgb(236,204,251); }
H1.HeaderClassName
{
color: #ECCCFB;
}
.AnyTagClassName
{
color: #ECCCFB;
}
</style>
background-color css
<style>
a { background-color: #ECCCFB; }
a { background-color: rgb(236,204,251); }
div.DivClassName
{
background-color: #ECCCFB;
}
.BgClassName
{
background-color: #ECCCFB;
}
</style>
border-color css
<style>
span { border-color: #ECCCFB; }
span { border-color: rgb(236,204,251); }
td.TdClassName
{
border-color: #ECCCFB;
}
.TagClassName
{
border-color: #ECCCFB;
}
</style>