Shades of Blue Chalk #EED2FB
Tints of Blue Chalk #EED2FB
RGB
CMYK
RGB Variations
Color information
#EED2FB (or 0xEED2FB) is known color: Blue Chalk. HEX triplet: EE, D2 and FB. RGB value is (238,210,251). Sum of RGB (Red+Green+Blue) = 238+210+251=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 210 (82.42% from 255 or 30.04% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #EED2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FB is #112D04. Grayscale: #DEDEDE. Windows color (decimal): -1125637 or 16503534. OLE color: 16503534.
HSL color Cylindrical-coordinate representation of color #EED2FB: hue angle of 280.98º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED2FB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 210 | 251 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.02 |
| HSL | 280.98º | 0.84% | 0.9% | - |
| HSV(B) | 280.98º | 0.16% | 0.98% | - |
| XYZ | 75.72 | 71.24 | 101.03 | - |
| YUV | 223.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 251 | 0.05 | 0.16 | 0 | 0.02 | 280.98 | 0.84 | 0.9 |
| Hex | EE | D2 | FB | 5 | 10 | 0 | 2 | 119 | 54 | 5A |
| Octal | 356 | 322 | 373 | 5 | 20 | 0 | 2 | 431 | 124 | 132 |
| Binary | 11101110 | 11010010 | 11111011 | 101 | 10000 | 0 | 10 | 100011001 | 1010100 | 1011010 |
Color Harmonies of #EED2FB
Complementary color
Monochromatic Colors of #EED2FB
Black with #EED2FB
Text Example
Text Example
White with #EED2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2FB; }
p { color: rgb(238,210,251); }
H1.HeaderClassName
{
color: #EED2FB;
}
.AnyTagClassName
{
color: #EED2FB;
}
</style>
background-color css
<style>
a { background-color: #EED2FB; }
a { background-color: rgb(238,210,251); }
div.DivClassName
{
background-color: #EED2FB;
}
.BgClassName
{
background-color: #EED2FB;
}
</style>
border-color css
<style>
span { border-color: #EED2FB; }
span { border-color: rgb(238,210,251); }
td.TdClassName
{
border-color: #EED2FB;
}
.TagClassName
{
border-color: #EED2FB;
}
</style>