Shades of Blue Chalk #ECCDFB
Tints of Blue Chalk #ECCDFB
RGB
CMYK
RGB Variations
Color information
#ECCDFB (or 0xECCDFB) is known color: Blue Chalk. HEX triplet: EC, CD and FB. RGB value is (236,205,251). Sum of RGB (Red+Green+Blue) = 236+205+251=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECCDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDFB is #133204. Grayscale: #DBDBDB. Windows color (decimal): -1257989 or 16502252. OLE color: 16502252.
HSL color Cylindrical-coordinate representation of color #ECCDFB: hue angle of 280.43º degrees, saturation: 0.85, 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 #ECCDFB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 205 | 251 | - |
CMYK | 0.06 | 0.18 | 0 | 0.02 |
HSL | 280.43º | 0.85% | 0.89% | - |
HSV(B) | 280.43º | 0.18% | 0.98% | - |
XYZ | 73.84 | 68.46 | 100.59 | - |
YUV | 219.51 | 145.77 | 139.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 251 | 0.06 | 0.18 | 0 | 0.02 | 280.43 | 0.85 | 0.89 |
Hex | EC | CD | FB | 6 | 12 | 0 | 2 | 118 | 55 | 59 |
Octal | 354 | 315 | 373 | 6 | 22 | 0 | 2 | 430 | 125 | 131 |
Binary | 11101100 | 11001101 | 11111011 | 110 | 10010 | 0 | 10 | 100011000 | 1010101 | 1011001 |
Color Harmonies of #ECCDFB
Complementary color
Monochromatic Colors of #ECCDFB
Black with #ECCDFB
Text Example
Text Example
White with #ECCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDFB; }
p { color: rgb(236,205,251); }
H1.HeaderClassName
{
color: #ECCDFB;
}
.AnyTagClassName
{
color: #ECCDFB;
}
</style>
background-color css
<style>
a { background-color: #ECCDFB; }
a { background-color: rgb(236,205,251); }
div.DivClassName
{
background-color: #ECCDFB;
}
.BgClassName
{
background-color: #ECCDFB;
}
</style>
border-color css
<style>
span { border-color: #ECCDFB; }
span { border-color: rgb(236,205,251); }
td.TdClassName
{
border-color: #ECCDFB;
}
.TagClassName
{
border-color: #ECCDFB;
}
</style>