Shades of Blue Chalk #ECCBFC
Tints of Blue Chalk #ECCBFC
RGB
CMYK
RGB Variations
Color information
#ECCBFC (or 0xECCBFC) is known color: Blue Chalk. HEX triplet: EC, CB and FC. RGB value is (236,203,252). Sum of RGB (Red+Green+Blue) = 236+203+252=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBFC is #133403. Grayscale: #DADADA. Windows color (decimal): -1258500 or 16567276. OLE color: 16567276.
HSL color Cylindrical-coordinate representation of color #ECCBFC: hue angle of 280.41º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCBFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 203 | 252 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.01 |
| HSL | 280.41º | 0.89% | 0.89% | - |
| HSV(B) | 280.41º | 0.19% | 0.99% | - |
| XYZ | 73.52 | 67.57 | 101.26 | - |
| YUV | 218.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 252 | 0.06 | 0.19 | 0 | 0.01 | 280.41 | 0.89 | 0.89 |
| Hex | EC | CB | FC | 6 | 13 | 0 | 1 | 118 | 59 | 59 |
| Octal | 354 | 313 | 374 | 6 | 23 | 0 | 1 | 430 | 131 | 131 |
| Binary | 11101100 | 11001011 | 11111100 | 110 | 10011 | 0 | 1 | 100011000 | 1011001 | 1011001 |
Color Harmonies of #ECCBFC
Complementary color
Monochromatic Colors of #ECCBFC
Black with #ECCBFC
Text Example
Text Example
White with #ECCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBFC; }
p { color: rgb(236,203,252); }
H1.HeaderClassName
{
color: #ECCBFC;
}
.AnyTagClassName
{
color: #ECCBFC;
}
</style>
background-color css
<style>
a { background-color: #ECCBFC; }
a { background-color: rgb(236,203,252); }
div.DivClassName
{
background-color: #ECCBFC;
}
.BgClassName
{
background-color: #ECCBFC;
}
</style>
border-color css
<style>
span { border-color: #ECCBFC; }
span { border-color: rgb(236,203,252); }
td.TdClassName
{
border-color: #ECCBFC;
}
.TagClassName
{
border-color: #ECCBFC;
}
</style>