Shades of Blue Chalk #ECCCF3
Tints of Blue Chalk #ECCCF3
RGB
CMYK
RGB Variations
Color information
#ECCCF3 (or 0xECCCF3) is known color: Blue Chalk. HEX triplet: EC, CC and F3. RGB value is (236,204,243). Sum of RGB (Red+Green+Blue) = 236+204+243=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECCCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF3 is #13330C. Grayscale: #D9D9D9. Windows color (decimal): -1258253 or 15977708. OLE color: 15977708.
HSL color Cylindrical-coordinate representation of color #ECCCF3: hue angle of 289.23º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCCF3 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 204 | 243 | - |
CMYK | 0.03 | 0.16 | 0 | 0.05 |
HSL | 289.23º | 0.62% | 0.88% | - |
HSV(B) | 289.23º | 0.16% | 0.95% | - |
XYZ | 72.36 | 67.49 | 94.01 | - |
YUV | 218.01 | 142.1 | 140.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 243 | 0.03 | 0.16 | 0 | 0.05 | 289.23 | 0.62 | 0.88 |
Hex | EC | CC | F3 | 3 | 10 | 0 | 5 | 121 | 3E | 58 |
Octal | 354 | 314 | 363 | 3 | 20 | 0 | 5 | 441 | 76 | 130 |
Binary | 11101100 | 11001100 | 11110011 | 11 | 10000 | 0 | 101 | 100100001 | 111110 | 1011000 |
Color Harmonies of #ECCCF3
Complementary color
Monochromatic Colors of #ECCCF3
Black with #ECCCF3
Text Example
Text Example
White with #ECCCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCF3; }
p { color: rgb(236,204,243); }
H1.HeaderClassName
{
color: #ECCCF3;
}
.AnyTagClassName
{
color: #ECCCF3;
}
</style>
background-color css
<style>
a { background-color: #ECCCF3; }
a { background-color: rgb(236,204,243); }
div.DivClassName
{
background-color: #ECCCF3;
}
.BgClassName
{
background-color: #ECCCF3;
}
</style>
border-color css
<style>
span { border-color: #ECCCF3; }
span { border-color: rgb(236,204,243); }
td.TdClassName
{
border-color: #ECCCF3;
}
.TagClassName
{
border-color: #ECCCF3;
}
</style>