Shades of Blue Chalk #ECCDF8
Tints of Blue Chalk #ECCDF8
RGB
CMYK
RGB Variations
Color information
#ECCDF8 (or 0xECCDF8) is known color: Blue Chalk. HEX triplet: EC, CD and F8. RGB value is (236,205,248). Sum of RGB (Red+Green+Blue) = 236+205+248=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECCDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDF8 is #133207. Grayscale: #DBDBDB. Windows color (decimal): -1257992 or 16305644. OLE color: 16305644.
HSL color Cylindrical-coordinate representation of color #ECCDF8: hue angle of 283.26º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCDF8 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 205 | 248 | - |
CMYK | 0.05 | 0.17 | 0 | 0.03 |
HSL | 283.26º | 0.75% | 0.89% | - |
HSV(B) | 283.26º | 0.17% | 0.97% | - |
XYZ | 73.37 | 68.27 | 98.12 | - |
YUV | 219.17 | 144.27 | 140 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 248 | 0.05 | 0.17 | 0 | 0.03 | 283.26 | 0.75 | 0.89 |
Hex | EC | CD | F8 | 5 | 11 | 0 | 3 | 11B | 4B | 59 |
Octal | 354 | 315 | 370 | 5 | 21 | 0 | 3 | 433 | 113 | 131 |
Binary | 11101100 | 11001101 | 11111000 | 101 | 10001 | 0 | 11 | 100011011 | 1001011 | 1011001 |
Color Harmonies of #ECCDF8
Complementary color
Monochromatic Colors of #ECCDF8
Black with #ECCDF8
Text Example
Text Example
White with #ECCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDF8; }
p { color: rgb(236,205,248); }
H1.HeaderClassName
{
color: #ECCDF8;
}
.AnyTagClassName
{
color: #ECCDF8;
}
</style>
background-color css
<style>
a { background-color: #ECCDF8; }
a { background-color: rgb(236,205,248); }
div.DivClassName
{
background-color: #ECCDF8;
}
.BgClassName
{
background-color: #ECCDF8;
}
</style>
border-color css
<style>
span { border-color: #ECCDF8; }
span { border-color: rgb(236,205,248); }
td.TdClassName
{
border-color: #ECCDF8;
}
.TagClassName
{
border-color: #ECCDF8;
}
</style>