Shades of Blue Chalk #EDD3FB
Tints of Blue Chalk #EDD3FB
RGB
CMYK
RGB Variations
Color information
#EDD3FB (or 0xEDD3FB) is known color: Blue Chalk. HEX triplet: ED, D3 and FB. RGB value is (237,211,251). Sum of RGB (Red+Green+Blue) = 237+211+251=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 211 (82.81% from 255 or 30.19% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDD3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3FB is #122C04. Grayscale: #DFDFDF. Windows color (decimal): -1190917 or 16503789. OLE color: 16503789.
HSL color Cylindrical-coordinate representation of color #EDD3FB: hue angle of 279º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD3FB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 211 | 251 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.02 |
| HSL | 279º | 0.83% | 0.91% | - |
| HSV(B) | 279º | 0.16% | 0.98% | - |
| XYZ | 75.63 | 71.56 | 101.09 | - |
| YUV | 223.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 251 | 0.06 | 0.16 | 0 | 0.02 | 279 | 0.83 | 0.91 |
| Hex | ED | D3 | FB | 6 | 10 | 0 | 2 | 117 | 53 | 5B |
| Octal | 355 | 323 | 373 | 6 | 20 | 0 | 2 | 427 | 123 | 133 |
| Binary | 11101101 | 11010011 | 11111011 | 110 | 10000 | 0 | 10 | 100010111 | 1010011 | 1011011 |
Color Harmonies of #EDD3FB
Complementary color
Monochromatic Colors of #EDD3FB
Black with #EDD3FB
Text Example
Text Example
White with #EDD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3FB; }
p { color: rgb(237,211,251); }
H1.HeaderClassName
{
color: #EDD3FB;
}
.AnyTagClassName
{
color: #EDD3FB;
}
</style>
background-color css
<style>
a { background-color: #EDD3FB; }
a { background-color: rgb(237,211,251); }
div.DivClassName
{
background-color: #EDD3FB;
}
.BgClassName
{
background-color: #EDD3FB;
}
</style>
border-color css
<style>
span { border-color: #EDD3FB; }
span { border-color: rgb(237,211,251); }
td.TdClassName
{
border-color: #EDD3FB;
}
.TagClassName
{
border-color: #EDD3FB;
}
</style>