Shades of Blue Chalk #EDD5FA
Tints of Blue Chalk #EDD5FA
RGB
CMYK
RGB Variations
Color information
#EDD5FA (or 0xEDD5FA) is known color: Blue Chalk. HEX triplet: ED, D5 and FA. RGB value is (237,213,250). Sum of RGB (Red+Green+Blue) = 237+213+250=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 213 (83.59% from 255 or 30.43% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5FA is #122A05. Grayscale: #E0E0E0. Windows color (decimal): -1190406 or 16438765. OLE color: 16438765.
HSL color Cylindrical-coordinate representation of color #EDD5FA: hue angle of 278.92º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD5FA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 213 | 250 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.02 |
| HSL | 278.92º | 0.79% | 0.91% | - |
| HSV(B) | 278.92º | 0.15% | 0.98% | - |
| XYZ | 75.97 | 72.5 | 100.43 | - |
| YUV | 224.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 250 | 0.05 | 0.15 | 0 | 0.02 | 278.92 | 0.79 | 0.91 |
| Hex | ED | D5 | FA | 5 | F | 0 | 2 | 117 | 4F | 5B |
| Octal | 355 | 325 | 372 | 5 | 17 | 0 | 2 | 427 | 117 | 133 |
| Binary | 11101101 | 11010101 | 11111010 | 101 | 1111 | 0 | 10 | 100010111 | 1001111 | 1011011 |
Color Harmonies of #EDD5FA
Complementary color
Monochromatic Colors of #EDD5FA
Black with #EDD5FA
Text Example
Text Example
White with #EDD5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5FA; }
p { color: rgb(237,213,250); }
H1.HeaderClassName
{
color: #EDD5FA;
}
.AnyTagClassName
{
color: #EDD5FA;
}
</style>
background-color css
<style>
a { background-color: #EDD5FA; }
a { background-color: rgb(237,213,250); }
div.DivClassName
{
background-color: #EDD5FA;
}
.BgClassName
{
background-color: #EDD5FA;
}
</style>
border-color css
<style>
span { border-color: #EDD5FA; }
span { border-color: rgb(237,213,250); }
td.TdClassName
{
border-color: #EDD5FA;
}
.TagClassName
{
border-color: #EDD5FA;
}
</style>