Shades of Blue Chalk #ECD7F2
Tints of Blue Chalk #ECD7F2
RGB
CMYK
RGB Variations
Color information
#ECD7F2 (or 0xECD7F2) is known color: Blue Chalk. HEX triplet: EC, D7 and F2. RGB value is (236,215,242). Sum of RGB (Red+Green+Blue) = 236+215+242=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7F2 is #13280D. Grayscale: #E0E0E0. Windows color (decimal): -1255438 or 15914988. OLE color: 15914988.
HSL color Cylindrical-coordinate representation of color #ECD7F2: hue angle of 286.67º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD7F2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 215 | 242 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.05 |
| HSL | 286.67º | 0.51% | 0.9% | - |
| HSV(B) | 286.67º | 0.11% | 0.95% | - |
| XYZ | 74.92 | 72.84 | 94.12 | - |
| YUV | 224.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 242 | 0.02 | 0.11 | 0 | 0.05 | 286.67 | 0.51 | 0.9 |
| Hex | EC | D7 | F2 | 2 | B | 0 | 5 | 11F | 33 | 5A |
| Octal | 354 | 327 | 362 | 2 | 13 | 0 | 5 | 437 | 63 | 132 |
| Binary | 11101100 | 11010111 | 11110010 | 10 | 1011 | 0 | 101 | 100011111 | 110011 | 1011010 |
Color Harmonies of #ECD7F2
Complementary color
Monochromatic Colors of #ECD7F2
Black with #ECD7F2
Text Example
Text Example
White with #ECD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7F2; }
p { color: rgb(236,215,242); }
H1.HeaderClassName
{
color: #ECD7F2;
}
.AnyTagClassName
{
color: #ECD7F2;
}
</style>
background-color css
<style>
a { background-color: #ECD7F2; }
a { background-color: rgb(236,215,242); }
div.DivClassName
{
background-color: #ECD7F2;
}
.BgClassName
{
background-color: #ECD7F2;
}
</style>
border-color css
<style>
span { border-color: #ECD7F2; }
span { border-color: rgb(236,215,242); }
td.TdClassName
{
border-color: #ECD7F2;
}
.TagClassName
{
border-color: #ECD7F2;
}
</style>