Shades of Blue Chalk #ECCFFC
Tints of Blue Chalk #ECCFFC
RGB
CMYK
RGB Variations
Color information
#ECCFFC (or 0xECCFFC) is known color: Blue Chalk. HEX triplet: EC, CF and FC. RGB value is (236,207,252). Sum of RGB (Red+Green+Blue) = 236+207+252=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECCFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFFC is #133003. Grayscale: #DCDCDC. Windows color (decimal): -1257476 or 16568300. OLE color: 16568300.
HSL color Cylindrical-coordinate representation of color #ECCFFC: hue angle of 278.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECCFFC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 207 | 252 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.01 |
| HSL | 278.67º | 0.88% | 0.9% | - |
| HSV(B) | 278.67º | 0.18% | 0.99% | - |
| XYZ | 74.48 | 69.49 | 101.58 | - |
| YUV | 220.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 252 | 0.06 | 0.18 | 0 | 0.01 | 278.67 | 0.88 | 0.9 |
| Hex | EC | CF | FC | 6 | 12 | 0 | 1 | 117 | 58 | 5A |
| Octal | 354 | 317 | 374 | 6 | 22 | 0 | 1 | 427 | 130 | 132 |
| Binary | 11101100 | 11001111 | 11111100 | 110 | 10010 | 0 | 1 | 100010111 | 1011000 | 1011010 |
Color Harmonies of #ECCFFC
Complementary color
Monochromatic Colors of #ECCFFC
Black with #ECCFFC
Text Example
Text Example
White with #ECCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFFC; }
p { color: rgb(236,207,252); }
H1.HeaderClassName
{
color: #ECCFFC;
}
.AnyTagClassName
{
color: #ECCFFC;
}
</style>
background-color css
<style>
a { background-color: #ECCFFC; }
a { background-color: rgb(236,207,252); }
div.DivClassName
{
background-color: #ECCFFC;
}
.BgClassName
{
background-color: #ECCFFC;
}
</style>
border-color css
<style>
span { border-color: #ECCFFC; }
span { border-color: rgb(236,207,252); }
td.TdClassName
{
border-color: #ECCFFC;
}
.TagClassName
{
border-color: #ECCFFC;
}
</style>