Shades of Blue Chalk #EED1FC
Tints of Blue Chalk #EED1FC
RGB
CMYK
RGB Variations
Color information
#EED1FC (or 0xEED1FC) is known color: Blue Chalk. HEX triplet: EE, D1 and FC. RGB value is (238,209,252). Sum of RGB (Red+Green+Blue) = 238+209+252=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #EED1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1FC is #112E03. Grayscale: #DEDEDE. Windows color (decimal): -1125892 or 16568814. OLE color: 16568814.
HSL color Cylindrical-coordinate representation of color #EED1FC: hue angle of 280.47º 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 #EED1FC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 209 | 252 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.01 |
| HSL | 280.47º | 0.88% | 0.9% | - |
| HSV(B) | 280.47º | 0.17% | 0.99% | - |
| XYZ | 75.63 | 70.81 | 101.78 | - |
| YUV | 222.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 252 | 0.06 | 0.17 | 0 | 0.01 | 280.47 | 0.88 | 0.9 |
| Hex | EE | D1 | FC | 6 | 11 | 0 | 1 | 118 | 58 | 5A |
| Octal | 356 | 321 | 374 | 6 | 21 | 0 | 1 | 430 | 130 | 132 |
| Binary | 11101110 | 11010001 | 11111100 | 110 | 10001 | 0 | 1 | 100011000 | 1011000 | 1011010 |
Color Harmonies of #EED1FC
Complementary color
Monochromatic Colors of #EED1FC
Black with #EED1FC
Text Example
Text Example
White with #EED1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1FC; }
p { color: rgb(238,209,252); }
H1.HeaderClassName
{
color: #EED1FC;
}
.AnyTagClassName
{
color: #EED1FC;
}
</style>
background-color css
<style>
a { background-color: #EED1FC; }
a { background-color: rgb(238,209,252); }
div.DivClassName
{
background-color: #EED1FC;
}
.BgClassName
{
background-color: #EED1FC;
}
</style>
border-color css
<style>
span { border-color: #EED1FC; }
span { border-color: rgb(238,209,252); }
td.TdClassName
{
border-color: #EED1FC;
}
.TagClassName
{
border-color: #EED1FC;
}
</style>