Shades of Blue Chalk #ECC8FD
Tints of Blue Chalk #ECC8FD
RGB
CMYK
RGB Variations
Color information
#ECC8FD (or 0xECC8FD) is known color: Blue Chalk. HEX triplet: EC, C8 and FD. RGB value is (236,200,253). Sum of RGB (Red+Green+Blue) = 236+200+253=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECC8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8FD is #133702. Grayscale: #D8D8D8. Windows color (decimal): -1259267 or 16632044. OLE color: 16632044.
HSL color Cylindrical-coordinate representation of color #ECC8FD: hue angle of 280.75º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC8FD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 200 | 253 | - |
CMYK | 0.07 | 0.21 | 0 | 0.01 |
HSL | 280.75º | 0.93% | 0.89% | - |
HSV(B) | 280.75º | 0.21% | 0.99% | - |
XYZ | 72.98 | 66.23 | 101.87 | - |
YUV | 216.81 | 148.43 | 141.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 200 | 253 | 0.07 | 0.21 | 0 | 0.01 | 280.75 | 0.93 | 0.89 |
Hex | EC | C8 | FD | 7 | 15 | 0 | 1 | 119 | 5D | 59 |
Octal | 354 | 310 | 375 | 7 | 25 | 0 | 1 | 431 | 135 | 131 |
Binary | 11101100 | 11001000 | 11111101 | 111 | 10101 | 0 | 1 | 100011001 | 1011101 | 1011001 |
Color Harmonies of #ECC8FD
Complementary color
Monochromatic Colors of #ECC8FD
Black with #ECC8FD
Text Example
Text Example
White with #ECC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8FD; }
p { color: rgb(236,200,253); }
H1.HeaderClassName
{
color: #ECC8FD;
}
.AnyTagClassName
{
color: #ECC8FD;
}
</style>
background-color css
<style>
a { background-color: #ECC8FD; }
a { background-color: rgb(236,200,253); }
div.DivClassName
{
background-color: #ECC8FD;
}
.BgClassName
{
background-color: #ECC8FD;
}
</style>
border-color css
<style>
span { border-color: #ECC8FD; }
span { border-color: rgb(236,200,253); }
td.TdClassName
{
border-color: #ECC8FD;
}
.TagClassName
{
border-color: #ECC8FD;
}
</style>