Shades of Blue Chalk #ECCBFF
Tints of Blue Chalk #ECCBFF
RGB
CMYK
RGB Variations
Color information
#ECCBFF (or 0xECCBFF) is known color: Blue Chalk. HEX triplet: EC, CB and FF. RGB value is (236,203,255). Sum of RGB (Red+Green+Blue) = 236+203+255=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECCBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBFF is #133400. Grayscale: #DADADA. Windows color (decimal): -1258497 or 16763884. OLE color: 16763884.
HSL color Cylindrical-coordinate representation of color #ECCBFF: hue angle of 278.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCBFF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 203 | 255 | - |
| CMYK | 0.07 | 0.20 | 0 | 0 |
| HSL | 278.08º | 1% | 0.9% | - |
| HSV(B) | 278.08º | 0.2% | 1% | - |
| XYZ | 74 | 67.76 | 103.79 | - |
| YUV | 218.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 255 | 0.07 | 0.20 | 0 | 0 | 278.08 | 1 | 0.9 |
| Hex | EC | CB | FF | 7 | 14 | 0 | 0 | 116 | 64 | 5A |
| Octal | 354 | 313 | 377 | 7 | 24 | 0 | 0 | 426 | 144 | 132 |
| Binary | 11101100 | 11001011 | 11111111 | 111 | 10100 | 0 | 0 | 100010110 | 1100100 | 1011010 |
Color Harmonies of #ECCBFF
Complementary color
Monochromatic Colors of #ECCBFF
Black with #ECCBFF
Text Example
Text Example
White with #ECCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBFF; }
p { color: rgb(236,203,255); }
H1.HeaderClassName
{
color: #ECCBFF;
}
.AnyTagClassName
{
color: #ECCBFF;
}
</style>
background-color css
<style>
a { background-color: #ECCBFF; }
a { background-color: rgb(236,203,255); }
div.DivClassName
{
background-color: #ECCBFF;
}
.BgClassName
{
background-color: #ECCBFF;
}
</style>
border-color css
<style>
span { border-color: #ECCBFF; }
span { border-color: rgb(236,203,255); }
td.TdClassName
{
border-color: #ECCBFF;
}
.TagClassName
{
border-color: #ECCBFF;
}
</style>