Shades of Blue Chalk #EDC9FE
Tints of Blue Chalk #EDC9FE
RGB
CMYK
RGB Variations
Color information
#EDC9FE (or 0xEDC9FE) is known color: Blue Chalk. HEX triplet: ED, C9 and FE. RGB value is (237,201,254). Sum of RGB (Red+Green+Blue) = 237+201+254=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9FE is #123601. Grayscale: #D9D9D9. Windows color (decimal): -1193474 or 16697837. OLE color: 16697837.
HSL color Cylindrical-coordinate representation of color #EDC9FE: hue angle of 280.75º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC9FE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 201 | 254 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.00 |
| HSL | 280.75º | 0.96% | 0.89% | - |
| HSV(B) | 280.75º | 0.21% | 1% | - |
| XYZ | 73.7 | 66.93 | 102.8 | - |
| YUV | 217.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 254 | 0.07 | 0.21 | 0 | 0.00 | 280.75 | 0.96 | 0.89 |
| Hex | ED | C9 | FE | 7 | 15 | 0 | 0 | 119 | 60 | 59 |
| Octal | 355 | 311 | 376 | 7 | 25 | 0 | 0 | 431 | 140 | 131 |
| Binary | 11101101 | 11001001 | 11111110 | 111 | 10101 | 0 | 0 | 100011001 | 1100000 | 1011001 |
Color Harmonies of #EDC9FE
Complementary color
Monochromatic Colors of #EDC9FE
Black with #EDC9FE
Text Example
Text Example
White with #EDC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9FE; }
p { color: rgb(237,201,254); }
H1.HeaderClassName
{
color: #EDC9FE;
}
.AnyTagClassName
{
color: #EDC9FE;
}
</style>
background-color css
<style>
a { background-color: #EDC9FE; }
a { background-color: rgb(237,201,254); }
div.DivClassName
{
background-color: #EDC9FE;
}
.BgClassName
{
background-color: #EDC9FE;
}
</style>
border-color css
<style>
span { border-color: #EDC9FE; }
span { border-color: rgb(237,201,254); }
td.TdClassName
{
border-color: #EDC9FE;
}
.TagClassName
{
border-color: #EDC9FE;
}
</style>