Shades of Blue Chalk #ECCBFD
Tints of Blue Chalk #ECCBFD
RGB
CMYK
RGB Variations
Color information
#ECCBFD (or 0xECCBFD) is known color: Blue Chalk. HEX triplet: EC, CB and FD. RGB value is (236,203,253). Sum of RGB (Red+Green+Blue) = 236+203+253=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECCBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBFD is #133402. Grayscale: #DADADA. Windows color (decimal): -1258499 or 16632812. OLE color: 16632812.
HSL color Cylindrical-coordinate representation of color #ECCBFD: hue angle of 279.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCBFD is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 203 | 253 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.01 |
| HSL | 279.6º | 0.93% | 0.89% | - |
| HSV(B) | 279.6º | 0.2% | 0.99% | - |
| XYZ | 73.68 | 67.64 | 102.1 | - |
| YUV | 218.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 253 | 0.07 | 0.20 | 0 | 0.01 | 279.6 | 0.93 | 0.89 |
| Hex | EC | CB | FD | 7 | 14 | 0 | 1 | 118 | 5D | 59 |
| Octal | 354 | 313 | 375 | 7 | 24 | 0 | 1 | 430 | 135 | 131 |
| Binary | 11101100 | 11001011 | 11111101 | 111 | 10100 | 0 | 1 | 100011000 | 1011101 | 1011001 |
Color Harmonies of #ECCBFD
Complementary color
Monochromatic Colors of #ECCBFD
Black with #ECCBFD
Text Example
Text Example
White with #ECCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBFD; }
p { color: rgb(236,203,253); }
H1.HeaderClassName
{
color: #ECCBFD;
}
.AnyTagClassName
{
color: #ECCBFD;
}
</style>
background-color css
<style>
a { background-color: #ECCBFD; }
a { background-color: rgb(236,203,253); }
div.DivClassName
{
background-color: #ECCBFD;
}
.BgClassName
{
background-color: #ECCBFD;
}
</style>
border-color css
<style>
span { border-color: #ECCBFD; }
span { border-color: rgb(236,203,253); }
td.TdClassName
{
border-color: #ECCBFD;
}
.TagClassName
{
border-color: #ECCBFD;
}
</style>