Shades of Blue Chalk #ECCDFA
Tints of Blue Chalk #ECCDFA
RGB
CMYK
RGB Variations
Color information
#ECCDFA (or 0xECCDFA) is known color: Blue Chalk. HEX triplet: EC, CD and FA. RGB value is (236,205,250). Sum of RGB (Red+Green+Blue) = 236+205+250=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECCDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDFA is #133205. Grayscale: #DBDBDB. Windows color (decimal): -1257990 or 16436716. OLE color: 16436716.
HSL color Cylindrical-coordinate representation of color #ECCDFA: hue angle of 281.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECCDFA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 205 | 250 | - |
CMYK | 0.06 | 0.18 | 0 | 0.02 |
HSL | 281.33º | 0.82% | 0.89% | - |
HSV(B) | 281.33º | 0.18% | 0.98% | - |
XYZ | 73.68 | 68.4 | 99.76 | - |
YUV | 219.4 | 145.27 | 139.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 250 | 0.06 | 0.18 | 0 | 0.02 | 281.33 | 0.82 | 0.89 |
Hex | EC | CD | FA | 6 | 12 | 0 | 2 | 119 | 52 | 59 |
Octal | 354 | 315 | 372 | 6 | 22 | 0 | 2 | 431 | 122 | 131 |
Binary | 11101100 | 11001101 | 11111010 | 110 | 10010 | 0 | 10 | 100011001 | 1010010 | 1011001 |
Color Harmonies of #ECCDFA
Complementary color
Monochromatic Colors of #ECCDFA
Black with #ECCDFA
Text Example
Text Example
White with #ECCDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDFA; }
p { color: rgb(236,205,250); }
H1.HeaderClassName
{
color: #ECCDFA;
}
.AnyTagClassName
{
color: #ECCDFA;
}
</style>
background-color css
<style>
a { background-color: #ECCDFA; }
a { background-color: rgb(236,205,250); }
div.DivClassName
{
background-color: #ECCDFA;
}
.BgClassName
{
background-color: #ECCDFA;
}
</style>
border-color css
<style>
span { border-color: #ECCDFA; }
span { border-color: rgb(236,205,250); }
td.TdClassName
{
border-color: #ECCDFA;
}
.TagClassName
{
border-color: #ECCDFA;
}
</style>