Shades of Blue Chalk #ECCAFD
Tints of Blue Chalk #ECCAFD
RGB
CMYK
RGB Variations
Color information
#ECCAFD (or 0xECCAFD) is known color: Blue Chalk. HEX triplet: EC, CA and FD. RGB value is (236,202,253). Sum of RGB (Red+Green+Blue) = 236+202+253=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAFD is #133502. Grayscale: #D9D9D9. Windows color (decimal): -1258755 or 16632556. OLE color: 16632556.
HSL color Cylindrical-coordinate representation of color #ECCAFD: hue angle of 280º 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 #ECCAFD is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 202 | 253 | - |
CMYK | 0.07 | 0.20 | 0 | 0.01 |
HSL | 280º | 0.93% | 0.89% | - |
HSV(B) | 280º | 0.2% | 0.99% | - |
XYZ | 73.44 | 67.17 | 102.02 | - |
YUV | 217.98 | 147.76 | 140.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 253 | 0.07 | 0.20 | 0 | 0.01 | 280 | 0.93 | 0.89 |
Hex | EC | CA | FD | 7 | 14 | 0 | 1 | 118 | 5D | 59 |
Octal | 354 | 312 | 375 | 7 | 24 | 0 | 1 | 430 | 135 | 131 |
Binary | 11101100 | 11001010 | 11111101 | 111 | 10100 | 0 | 1 | 100011000 | 1011101 | 1011001 |
Color Harmonies of #ECCAFD
Complementary color
Monochromatic Colors of #ECCAFD
Black with #ECCAFD
Text Example
Text Example
White with #ECCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAFD; }
p { color: rgb(236,202,253); }
H1.HeaderClassName
{
color: #ECCAFD;
}
.AnyTagClassName
{
color: #ECCAFD;
}
</style>
background-color css
<style>
a { background-color: #ECCAFD; }
a { background-color: rgb(236,202,253); }
div.DivClassName
{
background-color: #ECCAFD;
}
.BgClassName
{
background-color: #ECCAFD;
}
</style>
border-color css
<style>
span { border-color: #ECCAFD; }
span { border-color: rgb(236,202,253); }
td.TdClassName
{
border-color: #ECCAFD;
}
.TagClassName
{
border-color: #ECCAFD;
}
</style>