Shades of Blue Chalk #EED4FA
Tints of Blue Chalk #EED4FA
RGB
CMYK
RGB Variations
Color information
#EED4FA (or 0xEED4FA) is known color: Blue Chalk. HEX triplet: EE, D4 and FA. RGB value is (238,212,250). Sum of RGB (Red+Green+Blue) = 238+212+250=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 212 (83.20% from 255 or 30.29% 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 #EED4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4FA is #112B05. Grayscale: #DFDFDF. Windows color (decimal): -1125126 or 16438510. OLE color: 16438510.
HSL color Cylindrical-coordinate representation of color #EED4FA: hue angle of 281.05º 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 #EED4FA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 212 | 250 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.02 |
| HSL | 281.05º | 0.79% | 0.91% | - |
| HSV(B) | 281.05º | 0.15% | 0.98% | - |
| XYZ | 76.06 | 72.17 | 100.36 | - |
| YUV | 224.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 250 | 0.05 | 0.15 | 0 | 0.02 | 281.05 | 0.79 | 0.91 |
| Hex | EE | D4 | FA | 5 | F | 0 | 2 | 119 | 4F | 5B |
| Octal | 356 | 324 | 372 | 5 | 17 | 0 | 2 | 431 | 117 | 133 |
| Binary | 11101110 | 11010100 | 11111010 | 101 | 1111 | 0 | 10 | 100011001 | 1001111 | 1011011 |
Color Harmonies of #EED4FA
Complementary color
Monochromatic Colors of #EED4FA
Black with #EED4FA
Text Example
Text Example
White with #EED4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4FA; }
p { color: rgb(238,212,250); }
H1.HeaderClassName
{
color: #EED4FA;
}
.AnyTagClassName
{
color: #EED4FA;
}
</style>
background-color css
<style>
a { background-color: #EED4FA; }
a { background-color: rgb(238,212,250); }
div.DivClassName
{
background-color: #EED4FA;
}
.BgClassName
{
background-color: #EED4FA;
}
</style>
border-color css
<style>
span { border-color: #EED4FA; }
span { border-color: rgb(238,212,250); }
td.TdClassName
{
border-color: #EED4FA;
}
.TagClassName
{
border-color: #EED4FA;
}
</style>