Shades of Blue Chalk #ECCBFE
Tints of Blue Chalk #ECCBFE
RGB
CMYK
RGB Variations
Color information
#ECCBFE (or 0xECCBFE) is known color: Blue Chalk. HEX triplet: EC, CB and FE. RGB value is (236,203,254). Sum of RGB (Red+Green+Blue) = 236+203+254=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECCBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBFE is #133401. Grayscale: #DADADA. Windows color (decimal): -1258498 or 16698348. OLE color: 16698348.
HSL color Cylindrical-coordinate representation of color #ECCBFE: hue angle of 278.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCBFE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 203 | 254 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.00 |
| HSL | 278.82º | 0.96% | 0.9% | - |
| HSV(B) | 278.82º | 0.2% | 1% | - |
| XYZ | 73.84 | 67.7 | 102.94 | - |
| YUV | 218.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 254 | 0.07 | 0.20 | 0 | 0.00 | 278.82 | 0.96 | 0.9 |
| Hex | EC | CB | FE | 7 | 14 | 0 | 0 | 117 | 60 | 5A |
| Octal | 354 | 313 | 376 | 7 | 24 | 0 | 0 | 427 | 140 | 132 |
| Binary | 11101100 | 11001011 | 11111110 | 111 | 10100 | 0 | 0 | 100010111 | 1100000 | 1011010 |
Color Harmonies of #ECCBFE
Complementary color
Monochromatic Colors of #ECCBFE
Black with #ECCBFE
Text Example
Text Example
White with #ECCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBFE; }
p { color: rgb(236,203,254); }
H1.HeaderClassName
{
color: #ECCBFE;
}
.AnyTagClassName
{
color: #ECCBFE;
}
</style>
background-color css
<style>
a { background-color: #ECCBFE; }
a { background-color: rgb(236,203,254); }
div.DivClassName
{
background-color: #ECCBFE;
}
.BgClassName
{
background-color: #ECCBFE;
}
</style>
border-color css
<style>
span { border-color: #ECCBFE; }
span { border-color: rgb(236,203,254); }
td.TdClassName
{
border-color: #ECCBFE;
}
.TagClassName
{
border-color: #ECCBFE;
}
</style>