Shades of Blue Chalk #ECCDFF
Tints of Blue Chalk #ECCDFF
RGB
CMYK
RGB Variations
Color information
#ECCDFF (or 0xECCDFF) is known color: Blue Chalk. HEX triplet: EC, CD and FF. RGB value is (236,205,255). Sum of RGB (Red+Green+Blue) = 236+205+255=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECCDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDFF is #133200. Grayscale: #DBDBDB. Windows color (decimal): -1257985 or 16764396. OLE color: 16764396.
HSL color Cylindrical-coordinate representation of color #ECCDFF: hue angle of 277.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCDFF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 205 | 255 | - |
| CMYK | 0.07 | 0.20 | 0 | 0 |
| HSL | 277.2º | 1% | 0.9% | - |
| HSV(B) | 277.2º | 0.2% | 1% | - |
| XYZ | 74.47 | 68.72 | 103.95 | - |
| YUV | 219.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 255 | 0.07 | 0.20 | 0 | 0 | 277.2 | 1 | 0.9 |
| Hex | EC | CD | FF | 7 | 14 | 0 | 0 | 115 | 64 | 5A |
| Octal | 354 | 315 | 377 | 7 | 24 | 0 | 0 | 425 | 144 | 132 |
| Binary | 11101100 | 11001101 | 11111111 | 111 | 10100 | 0 | 0 | 100010101 | 1100100 | 1011010 |
Color Harmonies of #ECCDFF
Complementary color
Monochromatic Colors of #ECCDFF
Black with #ECCDFF
Text Example
Text Example
White with #ECCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDFF; }
p { color: rgb(236,205,255); }
H1.HeaderClassName
{
color: #ECCDFF;
}
.AnyTagClassName
{
color: #ECCDFF;
}
</style>
background-color css
<style>
a { background-color: #ECCDFF; }
a { background-color: rgb(236,205,255); }
div.DivClassName
{
background-color: #ECCDFF;
}
.BgClassName
{
background-color: #ECCDFF;
}
</style>
border-color css
<style>
span { border-color: #ECCDFF; }
span { border-color: rgb(236,205,255); }
td.TdClassName
{
border-color: #ECCDFF;
}
.TagClassName
{
border-color: #ECCDFF;
}
</style>