Shades of Blue Chalk #ECCFFD
Tints of Blue Chalk #ECCFFD
RGB
CMYK
RGB Variations
Color information
#ECCFFD (or 0xECCFFD) is known color: Blue Chalk. HEX triplet: EC, CF and FD. RGB value is (236,207,253). Sum of RGB (Red+Green+Blue) = 236+207+253=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECCFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFFD is #133002. Grayscale: #DCDCDC. Windows color (decimal): -1257475 or 16633836. OLE color: 16633836.
HSL color Cylindrical-coordinate representation of color #ECCFFD: hue angle of 277.83º degrees, saturation: 0.92, 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 #ECCFFD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 207 | 253 | - |
CMYK | 0.07 | 0.18 | 0 | 0.01 |
HSL | 277.83º | 0.92% | 0.9% | - |
HSV(B) | 277.83º | 0.18% | 0.99% | - |
XYZ | 74.63 | 69.55 | 102.42 | - |
YUV | 220.92 | 146.11 | 138.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 253 | 0.07 | 0.18 | 0 | 0.01 | 277.83 | 0.92 | 0.9 |
Hex | EC | CF | FD | 7 | 12 | 0 | 1 | 116 | 5C | 5A |
Octal | 354 | 317 | 375 | 7 | 22 | 0 | 1 | 426 | 134 | 132 |
Binary | 11101100 | 11001111 | 11111101 | 111 | 10010 | 0 | 1 | 100010110 | 1011100 | 1011010 |
Color Harmonies of #ECCFFD
Complementary color
Monochromatic Colors of #ECCFFD
Black with #ECCFFD
Text Example
Text Example
White with #ECCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFFD; }
p { color: rgb(236,207,253); }
H1.HeaderClassName
{
color: #ECCFFD;
}
.AnyTagClassName
{
color: #ECCFFD;
}
</style>
background-color css
<style>
a { background-color: #ECCFFD; }
a { background-color: rgb(236,207,253); }
div.DivClassName
{
background-color: #ECCFFD;
}
.BgClassName
{
background-color: #ECCFFD;
}
</style>
border-color css
<style>
span { border-color: #ECCFFD; }
span { border-color: rgb(236,207,253); }
td.TdClassName
{
border-color: #ECCFFD;
}
.TagClassName
{
border-color: #ECCFFD;
}
</style>