Shades of Blue Chalk #EDCFFC
Tints of Blue Chalk #EDCFFC
RGB
CMYK
RGB Variations
Color information
#EDCFFC (or 0xEDCFFC) is known color: Blue Chalk. HEX triplet: ED, CF and FC. RGB value is (237,207,252). Sum of RGB (Red+Green+Blue) = 237+207+252=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDCFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFFC is #123003. Grayscale: #DCDCDC. Windows color (decimal): -1191940 or 16568301. OLE color: 16568301.
HSL color Cylindrical-coordinate representation of color #EDCFFC: hue angle of 280º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCFFC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 207 | 252 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.01 |
| HSL | 280º | 0.88% | 0.9% | - |
| HSV(B) | 280º | 0.18% | 0.99% | - |
| XYZ | 74.81 | 69.66 | 101.6 | - |
| YUV | 221.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 252 | 0.06 | 0.18 | 0 | 0.01 | 280 | 0.88 | 0.9 |
| Hex | ED | CF | FC | 6 | 12 | 0 | 1 | 118 | 58 | 5A |
| Octal | 355 | 317 | 374 | 6 | 22 | 0 | 1 | 430 | 130 | 132 |
| Binary | 11101101 | 11001111 | 11111100 | 110 | 10010 | 0 | 1 | 100011000 | 1011000 | 1011010 |
Color Harmonies of #EDCFFC
Complementary color
Monochromatic Colors of #EDCFFC
Black with #EDCFFC
Text Example
Text Example
White with #EDCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFFC; }
p { color: rgb(237,207,252); }
H1.HeaderClassName
{
color: #EDCFFC;
}
.AnyTagClassName
{
color: #EDCFFC;
}
</style>
background-color css
<style>
a { background-color: #EDCFFC; }
a { background-color: rgb(237,207,252); }
div.DivClassName
{
background-color: #EDCFFC;
}
.BgClassName
{
background-color: #EDCFFC;
}
</style>
border-color css
<style>
span { border-color: #EDCFFC; }
span { border-color: rgb(237,207,252); }
td.TdClassName
{
border-color: #EDCFFC;
}
.TagClassName
{
border-color: #EDCFFC;
}
</style>