Shades of Blue Chalk #EED5F7
Tints of Blue Chalk #EED5F7
RGB
CMYK
RGB Variations
Color information
#EED5F7 (or 0xEED5F7) is known color: Blue Chalk. HEX triplet: EE, D5 and F7. RGB value is (238,213,247). Sum of RGB (Red+Green+Blue) = 238+213+247=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 247 - color contains mainly: blue. Hex color #EED5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5F7 is #112A08. Grayscale: #E0E0E0. Windows color (decimal): -1124873 or 16242158. OLE color: 16242158.
HSL color Cylindrical-coordinate representation of color #EED5F7: hue angle of 284.12º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED5F7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 213 | 247 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.03 |
| HSL | 284.12º | 0.68% | 0.9% | - |
| HSV(B) | 284.12º | 0.14% | 0.97% | - |
| XYZ | 75.84 | 72.48 | 97.99 | - |
| YUV | 224.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 247 | 0.04 | 0.14 | 0 | 0.03 | 284.12 | 0.68 | 0.9 |
| Hex | EE | D5 | F7 | 4 | E | 0 | 3 | 11C | 44 | 5A |
| Octal | 356 | 325 | 367 | 4 | 16 | 0 | 3 | 434 | 104 | 132 |
| Binary | 11101110 | 11010101 | 11110111 | 100 | 1110 | 0 | 11 | 100011100 | 1000100 | 1011010 |
Color Harmonies of #EED5F7
Complementary color
Monochromatic Colors of #EED5F7
Black with #EED5F7
Text Example
Text Example
White with #EED5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5F7; }
p { color: rgb(238,213,247); }
H1.HeaderClassName
{
color: #EED5F7;
}
.AnyTagClassName
{
color: #EED5F7;
}
</style>
background-color css
<style>
a { background-color: #EED5F7; }
a { background-color: rgb(238,213,247); }
div.DivClassName
{
background-color: #EED5F7;
}
.BgClassName
{
background-color: #EED5F7;
}
</style>
border-color css
<style>
span { border-color: #EED5F7; }
span { border-color: rgb(238,213,247); }
td.TdClassName
{
border-color: #EED5F7;
}
.TagClassName
{
border-color: #EED5F7;
}
</style>