Shades of Blue Chalk #ECCEFD
Tints of Blue Chalk #ECCEFD
RGB
CMYK
RGB Variations
Color information
#ECCEFD (or 0xECCEFD) is known color: Blue Chalk. HEX triplet: EC, CE and FD. RGB value is (236,206,253). Sum of RGB (Red+Green+Blue) = 236+206+253=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECCEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEFD is #133102. Grayscale: #DCDCDC. Windows color (decimal): -1257731 or 16633580. OLE color: 16633580.
HSL color Cylindrical-coordinate representation of color #ECCEFD: hue angle of 278.3º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCEFD is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 206 | 253 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.01 |
| HSL | 278.3º | 0.92% | 0.9% | - |
| HSV(B) | 278.3º | 0.19% | 0.99% | - |
| XYZ | 74.39 | 69.07 | 102.34 | - |
| YUV | 220.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 253 | 0.07 | 0.19 | 0 | 0.01 | 278.3 | 0.92 | 0.9 |
| Hex | EC | CE | FD | 7 | 13 | 0 | 1 | 116 | 5C | 5A |
| Octal | 354 | 316 | 375 | 7 | 23 | 0 | 1 | 426 | 134 | 132 |
| Binary | 11101100 | 11001110 | 11111101 | 111 | 10011 | 0 | 1 | 100010110 | 1011100 | 1011010 |
Color Harmonies of #ECCEFD
Complementary color
Monochromatic Colors of #ECCEFD
Black with #ECCEFD
Text Example
Text Example
White with #ECCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEFD; }
p { color: rgb(236,206,253); }
H1.HeaderClassName
{
color: #ECCEFD;
}
.AnyTagClassName
{
color: #ECCEFD;
}
</style>
background-color css
<style>
a { background-color: #ECCEFD; }
a { background-color: rgb(236,206,253); }
div.DivClassName
{
background-color: #ECCEFD;
}
.BgClassName
{
background-color: #ECCEFD;
}
</style>
border-color css
<style>
span { border-color: #ECCEFD; }
span { border-color: rgb(236,206,253); }
td.TdClassName
{
border-color: #ECCEFD;
}
.TagClassName
{
border-color: #ECCEFD;
}
</style>