Shades of Blue Chalk #EED5FA
Tints of Blue Chalk #EED5FA
RGB
CMYK
RGB Variations
Color information
#EED5FA (or 0xEED5FA) is known color: Blue Chalk. HEX triplet: EE, D5 and FA. RGB value is (238,213,250). Sum of RGB (Red+Green+Blue) = 238+213+250=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5FA is #112A05. Grayscale: #E0E0E0. Windows color (decimal): -1124870 or 16438766. OLE color: 16438766.
HSL color Cylindrical-coordinate representation of color #EED5FA: hue angle of 280.54º 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 #EED5FA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 213 | 250 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.02 |
| HSL | 280.54º | 0.79% | 0.91% | - |
| HSV(B) | 280.54º | 0.15% | 0.98% | - |
| XYZ | 76.31 | 72.67 | 100.45 | - |
| YUV | 224.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 250 | 0.05 | 0.15 | 0 | 0.02 | 280.54 | 0.79 | 0.91 |
| Hex | EE | D5 | FA | 5 | F | 0 | 2 | 119 | 4F | 5B |
| Octal | 356 | 325 | 372 | 5 | 17 | 0 | 2 | 431 | 117 | 133 |
| Binary | 11101110 | 11010101 | 11111010 | 101 | 1111 | 0 | 10 | 100011001 | 1001111 | 1011011 |
Color Harmonies of #EED5FA
Complementary color
Monochromatic Colors of #EED5FA
Black with #EED5FA
Text Example
Text Example
White with #EED5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5FA; }
p { color: rgb(238,213,250); }
H1.HeaderClassName
{
color: #EED5FA;
}
.AnyTagClassName
{
color: #EED5FA;
}
</style>
background-color css
<style>
a { background-color: #EED5FA; }
a { background-color: rgb(238,213,250); }
div.DivClassName
{
background-color: #EED5FA;
}
.BgClassName
{
background-color: #EED5FA;
}
</style>
border-color css
<style>
span { border-color: #EED5FA; }
span { border-color: rgb(238,213,250); }
td.TdClassName
{
border-color: #EED5FA;
}
.TagClassName
{
border-color: #EED5FA;
}
</style>