Shades of Blue Chalk #EDD0FE
Tints of Blue Chalk #EDD0FE
RGB
CMYK
RGB Variations
Color information
#EDD0FE (or 0xEDD0FE) is known color: Blue Chalk. HEX triplet: ED, D0 and FE. RGB value is (237,208,254). Sum of RGB (Red+Green+Blue) = 237+208+254=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FE is #122F01. Grayscale: #DDDDDD. Windows color (decimal): -1191682 or 16699629. OLE color: 16699629.
HSL color Cylindrical-coordinate representation of color #EDD0FE: hue angle of 277.83º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDD0FE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 208 | 254 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.00 |
| HSL | 277.83º | 0.96% | 0.91% | - |
| HSV(B) | 277.83º | 0.18% | 1% | - |
| XYZ | 75.37 | 70.27 | 103.36 | - |
| YUV | 221.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 254 | 0.07 | 0.18 | 0 | 0.00 | 277.83 | 0.96 | 0.91 |
| Hex | ED | D0 | FE | 7 | 12 | 0 | 0 | 116 | 60 | 5B |
| Octal | 355 | 320 | 376 | 7 | 22 | 0 | 0 | 426 | 140 | 133 |
| Binary | 11101101 | 11010000 | 11111110 | 111 | 10010 | 0 | 0 | 100010110 | 1100000 | 1011011 |
Color Harmonies of #EDD0FE
Complementary color
Monochromatic Colors of #EDD0FE
Black with #EDD0FE
Text Example
Text Example
White with #EDD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0FE; }
p { color: rgb(237,208,254); }
H1.HeaderClassName
{
color: #EDD0FE;
}
.AnyTagClassName
{
color: #EDD0FE;
}
</style>
background-color css
<style>
a { background-color: #EDD0FE; }
a { background-color: rgb(237,208,254); }
div.DivClassName
{
background-color: #EDD0FE;
}
.BgClassName
{
background-color: #EDD0FE;
}
</style>
border-color css
<style>
span { border-color: #EDD0FE; }
span { border-color: rgb(237,208,254); }
td.TdClassName
{
border-color: #EDD0FE;
}
.TagClassName
{
border-color: #EDD0FE;
}
</style>