Shades of Blue Chalk #EDD8FA
Tints of Blue Chalk #EDD8FA
RGB
CMYK
RGB Variations
Color information
#EDD8FA (or 0xEDD8FA) is known color: Blue Chalk. HEX triplet: ED, D8 and FA. RGB value is (237,216,250). Sum of RGB (Red+Green+Blue) = 237+216+250=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 216 (84.77% from 255 or 30.73% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8FA is #122705. Grayscale: #E2E2E2. Windows color (decimal): -1189638 or 16439533. OLE color: 16439533.
HSL color Cylindrical-coordinate representation of color #EDD8FA: hue angle of 277.06º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD8FA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 216 | 250 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.02 |
| HSL | 277.06º | 0.77% | 0.91% | - |
| HSV(B) | 277.06º | 0.14% | 0.98% | - |
| XYZ | 76.74 | 74.02 | 100.69 | - |
| YUV | 226.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 250 | 0.05 | 0.14 | 0 | 0.02 | 277.06 | 0.77 | 0.91 |
| Hex | ED | D8 | FA | 5 | E | 0 | 2 | 115 | 4D | 5B |
| Octal | 355 | 330 | 372 | 5 | 16 | 0 | 2 | 425 | 115 | 133 |
| Binary | 11101101 | 11011000 | 11111010 | 101 | 1110 | 0 | 10 | 100010101 | 1001101 | 1011011 |
Color Harmonies of #EDD8FA
Complementary color
Monochromatic Colors of #EDD8FA
Black with #EDD8FA
Text Example
Text Example
White with #EDD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8FA; }
p { color: rgb(237,216,250); }
H1.HeaderClassName
{
color: #EDD8FA;
}
.AnyTagClassName
{
color: #EDD8FA;
}
</style>
background-color css
<style>
a { background-color: #EDD8FA; }
a { background-color: rgb(237,216,250); }
div.DivClassName
{
background-color: #EDD8FA;
}
.BgClassName
{
background-color: #EDD8FA;
}
</style>
border-color css
<style>
span { border-color: #EDD8FA; }
span { border-color: rgb(237,216,250); }
td.TdClassName
{
border-color: #EDD8FA;
}
.TagClassName
{
border-color: #EDD8FA;
}
</style>