Shades of Blue Chalk #EDD0F3
Tints of Blue Chalk #EDD0F3
RGB
CMYK
RGB Variations
Color information
#EDD0F3 (or 0xEDD0F3) is known color: Blue Chalk. HEX triplet: ED, D0 and F3. RGB value is (237,208,243). Sum of RGB (Red+Green+Blue) = 237+208+243=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDD0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F3 is #122F0C. Grayscale: #DCDCDC. Windows color (decimal): -1191693 or 15978733. OLE color: 15978733.
HSL color Cylindrical-coordinate representation of color #EDD0F3: hue angle of 289.71º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD0F3 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 208 | 243 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.05 |
| HSL | 289.71º | 0.59% | 0.88% | - |
| HSV(B) | 289.71º | 0.14% | 0.95% | - |
| XYZ | 73.66 | 69.59 | 94.34 | - |
| YUV | 220.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 243 | 0.02 | 0.14 | 0 | 0.05 | 289.71 | 0.59 | 0.88 |
| Hex | ED | D0 | F3 | 2 | E | 0 | 5 | 122 | 3B | 58 |
| Octal | 355 | 320 | 363 | 2 | 16 | 0 | 5 | 442 | 73 | 130 |
| Binary | 11101101 | 11010000 | 11110011 | 10 | 1110 | 0 | 101 | 100100010 | 111011 | 1011000 |
Color Harmonies of #EDD0F3
Complementary color
Monochromatic Colors of #EDD0F3
Black with #EDD0F3
Text Example
Text Example
White with #EDD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0F3; }
p { color: rgb(237,208,243); }
H1.HeaderClassName
{
color: #EDD0F3;
}
.AnyTagClassName
{
color: #EDD0F3;
}
</style>
background-color css
<style>
a { background-color: #EDD0F3; }
a { background-color: rgb(237,208,243); }
div.DivClassName
{
background-color: #EDD0F3;
}
.BgClassName
{
background-color: #EDD0F3;
}
</style>
border-color css
<style>
span { border-color: #EDD0F3; }
span { border-color: rgb(237,208,243); }
td.TdClassName
{
border-color: #EDD0F3;
}
.TagClassName
{
border-color: #EDD0F3;
}
</style>