Shades of Blue Chalk #EED0FC
Tints of Blue Chalk #EED0FC
RGB
CMYK
RGB Variations
Color information
#EED0FC (or 0xEED0FC) is known color: Blue Chalk. HEX triplet: EE, D0 and FC. RGB value is (238,208,252). Sum of RGB (Red+Green+Blue) = 238+208+252=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #EED0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0FC is #112F03. Grayscale: #DDDDDD. Windows color (decimal): -1126148 or 16568558. OLE color: 16568558.
HSL color Cylindrical-coordinate representation of color #EED0FC: hue angle of 280.91º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EED0FC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 208 | 252 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.01 |
| HSL | 280.91º | 0.88% | 0.9% | - |
| HSV(B) | 280.91º | 0.17% | 0.99% | - |
| XYZ | 75.39 | 70.32 | 101.69 | - |
| YUV | 221.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 252 | 0.06 | 0.17 | 0 | 0.01 | 280.91 | 0.88 | 0.9 |
| Hex | EE | D0 | FC | 6 | 11 | 0 | 1 | 119 | 58 | 5A |
| Octal | 356 | 320 | 374 | 6 | 21 | 0 | 1 | 431 | 130 | 132 |
| Binary | 11101110 | 11010000 | 11111100 | 110 | 10001 | 0 | 1 | 100011001 | 1011000 | 1011010 |
Color Harmonies of #EED0FC
Complementary color
Monochromatic Colors of #EED0FC
Black with #EED0FC
Text Example
Text Example
White with #EED0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED0FC; }
p { color: rgb(238,208,252); }
H1.HeaderClassName
{
color: #EED0FC;
}
.AnyTagClassName
{
color: #EED0FC;
}
</style>
background-color css
<style>
a { background-color: #EED0FC; }
a { background-color: rgb(238,208,252); }
div.DivClassName
{
background-color: #EED0FC;
}
.BgClassName
{
background-color: #EED0FC;
}
</style>
border-color css
<style>
span { border-color: #EED0FC; }
span { border-color: rgb(238,208,252); }
td.TdClassName
{
border-color: #EED0FC;
}
.TagClassName
{
border-color: #EED0FC;
}
</style>