Shades of Blue Chalk #EED6FA
Tints of Blue Chalk #EED6FA
RGB
CMYK
RGB Variations
Color information
#EED6FA (or 0xEED6FA) is known color: Blue Chalk. HEX triplet: EE, D6 and FA. RGB value is (238,214,250). Sum of RGB (Red+Green+Blue) = 238+214+250=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 214 (83.98% from 255 or 30.48% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6FA is #112905. Grayscale: #E1E1E1. Windows color (decimal): -1124614 or 16439022. OLE color: 16439022.
HSL color Cylindrical-coordinate representation of color #EED6FA: hue angle of 280º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED6FA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 214 | 250 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.02 |
| HSL | 280º | 0.78% | 0.91% | - |
| HSV(B) | 280º | 0.14% | 0.98% | - |
| XYZ | 76.56 | 73.17 | 100.53 | - |
| YUV | 225.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 250 | 0.05 | 0.14 | 0 | 0.02 | 280 | 0.78 | 0.91 |
| Hex | EE | D6 | FA | 5 | E | 0 | 2 | 118 | 4E | 5B |
| Octal | 356 | 326 | 372 | 5 | 16 | 0 | 2 | 430 | 116 | 133 |
| Binary | 11101110 | 11010110 | 11111010 | 101 | 1110 | 0 | 10 | 100011000 | 1001110 | 1011011 |
Color Harmonies of #EED6FA
Complementary color
Monochromatic Colors of #EED6FA
Black with #EED6FA
Text Example
Text Example
White with #EED6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6FA; }
p { color: rgb(238,214,250); }
H1.HeaderClassName
{
color: #EED6FA;
}
.AnyTagClassName
{
color: #EED6FA;
}
</style>
background-color css
<style>
a { background-color: #EED6FA; }
a { background-color: rgb(238,214,250); }
div.DivClassName
{
background-color: #EED6FA;
}
.BgClassName
{
background-color: #EED6FA;
}
</style>
border-color css
<style>
span { border-color: #EED6FA; }
span { border-color: rgb(238,214,250); }
td.TdClassName
{
border-color: #EED6FA;
}
.TagClassName
{
border-color: #EED6FA;
}
</style>