Shades of Blue Chalk #EED2FE
Tints of Blue Chalk #EED2FE
RGB
CMYK
RGB Variations
Color information
#EED2FE (or 0xEED2FE) is known color: Blue Chalk. HEX triplet: EE, D2 and FE. RGB value is (238,210,254). Sum of RGB (Red+Green+Blue) = 238+210+254=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 210 (82.42% from 255 or 29.91% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FE is #112D01. Grayscale: #DFDFDF. Windows color (decimal): -1125634 or 16700142. OLE color: 16700142.
HSL color Cylindrical-coordinate representation of color #EED2FE: hue angle of 278.18º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EED2FE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 210 | 254 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.00 |
| HSL | 278.18º | 0.96% | 0.91% | - |
| HSV(B) | 278.18º | 0.17% | 1% | - |
| XYZ | 76.2 | 71.43 | 103.54 | - |
| YUV | 223.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 254 | 0.06 | 0.17 | 0 | 0.00 | 278.18 | 0.96 | 0.91 |
| Hex | EE | D2 | FE | 6 | 11 | 0 | 0 | 116 | 60 | 5B |
| Octal | 356 | 322 | 376 | 6 | 21 | 0 | 0 | 426 | 140 | 133 |
| Binary | 11101110 | 11010010 | 11111110 | 110 | 10001 | 0 | 0 | 100010110 | 1100000 | 1011011 |
Color Harmonies of #EED2FE
Complementary color
Monochromatic Colors of #EED2FE
Black with #EED2FE
Text Example
Text Example
White with #EED2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2FE; }
p { color: rgb(238,210,254); }
H1.HeaderClassName
{
color: #EED2FE;
}
.AnyTagClassName
{
color: #EED2FE;
}
</style>
background-color css
<style>
a { background-color: #EED2FE; }
a { background-color: rgb(238,210,254); }
div.DivClassName
{
background-color: #EED2FE;
}
.BgClassName
{
background-color: #EED2FE;
}
</style>
border-color css
<style>
span { border-color: #EED2FE; }
span { border-color: rgb(238,210,254); }
td.TdClassName
{
border-color: #EED2FE;
}
.TagClassName
{
border-color: #EED2FE;
}
</style>