Shades of Blue Chalk #EED2FC
Tints of Blue Chalk #EED2FC
RGB
CMYK
RGB Variations
Color information
#EED2FC (or 0xEED2FC) is known color: Blue Chalk. HEX triplet: EE, D2 and FC. RGB value is (238,210,252). Sum of RGB (Red+Green+Blue) = 238+210+252=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #EED2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FC is #112D03. Grayscale: #DFDFDF. Windows color (decimal): -1125636 or 16569070. OLE color: 16569070.
HSL color Cylindrical-coordinate representation of color #EED2FC: hue angle of 280º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EED2FC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 210 | 252 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.01 |
| HSL | 280º | 0.88% | 0.91% | - |
| HSV(B) | 280º | 0.17% | 0.99% | - |
| XYZ | 75.88 | 71.3 | 101.86 | - |
| YUV | 223.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 252 | 0.06 | 0.17 | 0 | 0.01 | 280 | 0.88 | 0.91 |
| Hex | EE | D2 | FC | 6 | 11 | 0 | 1 | 118 | 58 | 5B |
| Octal | 356 | 322 | 374 | 6 | 21 | 0 | 1 | 430 | 130 | 133 |
| Binary | 11101110 | 11010010 | 11111100 | 110 | 10001 | 0 | 1 | 100011000 | 1011000 | 1011011 |
Color Harmonies of #EED2FC
Complementary color
Monochromatic Colors of #EED2FC
Black with #EED2FC
Text Example
Text Example
White with #EED2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2FC; }
p { color: rgb(238,210,252); }
H1.HeaderClassName
{
color: #EED2FC;
}
.AnyTagClassName
{
color: #EED2FC;
}
</style>
background-color css
<style>
a { background-color: #EED2FC; }
a { background-color: rgb(238,210,252); }
div.DivClassName
{
background-color: #EED2FC;
}
.BgClassName
{
background-color: #EED2FC;
}
</style>
border-color css
<style>
span { border-color: #EED2FC; }
span { border-color: rgb(238,210,252); }
td.TdClassName
{
border-color: #EED2FC;
}
.TagClassName
{
border-color: #EED2FC;
}
</style>