Shades of Blue Chalk #EDD9FB
Tints of Blue Chalk #EDD9FB
RGB
CMYK
RGB Variations
Color information
#EDD9FB (or 0xEDD9FB) is known color: Blue Chalk. HEX triplet: ED, D9 and FB. RGB value is (237,217,251). Sum of RGB (Red+Green+Blue) = 237+217+251=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDD9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9FB is #122604. Grayscale: #E2E2E2. Windows color (decimal): -1189381 or 16505325. OLE color: 16505325.
HSL color Cylindrical-coordinate representation of color #EDD9FB: hue angle of 275.29º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD9FB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 217 | 251 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.02 |
| HSL | 275.29º | 0.81% | 0.92% | - |
| HSV(B) | 275.29º | 0.14% | 0.98% | - |
| XYZ | 77.15 | 74.6 | 101.6 | - |
| YUV | 226.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 251 | 0.06 | 0.14 | 0 | 0.02 | 275.29 | 0.81 | 0.92 |
| Hex | ED | D9 | FB | 6 | E | 0 | 2 | 113 | 51 | 5C |
| Octal | 355 | 331 | 373 | 6 | 16 | 0 | 2 | 423 | 121 | 134 |
| Binary | 11101101 | 11011001 | 11111011 | 110 | 1110 | 0 | 10 | 100010011 | 1010001 | 1011100 |
Color Harmonies of #EDD9FB
Complementary color
Monochromatic Colors of #EDD9FB
Black with #EDD9FB
Text Example
Text Example
White with #EDD9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9FB; }
p { color: rgb(237,217,251); }
H1.HeaderClassName
{
color: #EDD9FB;
}
.AnyTagClassName
{
color: #EDD9FB;
}
</style>
background-color css
<style>
a { background-color: #EDD9FB; }
a { background-color: rgb(237,217,251); }
div.DivClassName
{
background-color: #EDD9FB;
}
.BgClassName
{
background-color: #EDD9FB;
}
</style>
border-color css
<style>
span { border-color: #EDD9FB; }
span { border-color: rgb(237,217,251); }
td.TdClassName
{
border-color: #EDD9FB;
}
.TagClassName
{
border-color: #EDD9FB;
}
</style>