Shades of Blue Chalk #ECC6F7
Tints of Blue Chalk #ECC6F7
RGB
CMYK
RGB Variations
Color information
#ECC6F7 (or 0xECC6F7) is known color: Blue Chalk. HEX triplet: EC, C6 and F7. RGB value is (236,198,247). Sum of RGB (Red+Green+Blue) = 236+198+247=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECC6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC6F7 is #133908. Grayscale: #D6D6D6. Windows color (decimal): -1259785 or 16238316. OLE color: 16238316.
HSL color Cylindrical-coordinate representation of color #ECC6F7: hue angle of 286.53º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC6F7 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 198 | 247 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.03 |
| HSL | 286.53º | 0.75% | 0.87% | - |
| HSV(B) | 286.53º | 0.2% | 0.97% | - |
| XYZ | 71.57 | 64.94 | 96.76 | - |
| YUV | 214.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 247 | 0.04 | 0.20 | 0 | 0.03 | 286.53 | 0.75 | 0.87 |
| Hex | EC | C6 | F7 | 4 | 14 | 0 | 3 | 11F | 4B | 57 |
| Octal | 354 | 306 | 367 | 4 | 24 | 0 | 3 | 437 | 113 | 127 |
| Binary | 11101100 | 11000110 | 11110111 | 100 | 10100 | 0 | 11 | 100011111 | 1001011 | 1010111 |
Color Harmonies of #ECC6F7
Complementary color
Monochromatic Colors of #ECC6F7
Black with #ECC6F7
Text Example
Text Example
White with #ECC6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC6F7; }
p { color: rgb(236,198,247); }
H1.HeaderClassName
{
color: #ECC6F7;
}
.AnyTagClassName
{
color: #ECC6F7;
}
</style>
background-color css
<style>
a { background-color: #ECC6F7; }
a { background-color: rgb(236,198,247); }
div.DivClassName
{
background-color: #ECC6F7;
}
.BgClassName
{
background-color: #ECC6F7;
}
</style>
border-color css
<style>
span { border-color: #ECC6F7; }
span { border-color: rgb(236,198,247); }
td.TdClassName
{
border-color: #ECC6F7;
}
.TagClassName
{
border-color: #ECC6F7;
}
</style>