Shades of Blue Chalk #EED6FE
Tints of Blue Chalk #EED6FE
RGB
CMYK
RGB Variations
Color information
#EED6FE (or 0xEED6FE) is known color: Blue Chalk. HEX triplet: EE, D6 and FE. RGB value is (238,214,254). Sum of RGB (Red+Green+Blue) = 238+214+254=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 214 (83.98% from 255 or 30.31% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6FE is #112901. Grayscale: #E1E1E1. Windows color (decimal): -1124610 or 16701166. OLE color: 16701166.
HSL color Cylindrical-coordinate representation of color #EED6FE: hue angle of 276º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED6FE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 214 | 254 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.00 |
| HSL | 276º | 0.95% | 0.92% | - |
| HSV(B) | 276º | 0.16% | 1% | - |
| XYZ | 77.2 | 73.43 | 103.87 | - |
| YUV | 225.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 254 | 0.06 | 0.16 | 0 | 0.00 | 276 | 0.95 | 0.92 |
| Hex | EE | D6 | FE | 6 | 10 | 0 | 0 | 114 | 5F | 5C |
| Octal | 356 | 326 | 376 | 6 | 20 | 0 | 0 | 424 | 137 | 134 |
| Binary | 11101110 | 11010110 | 11111110 | 110 | 10000 | 0 | 0 | 100010100 | 1011111 | 1011100 |
Color Harmonies of #EED6FE
Complementary color
Monochromatic Colors of #EED6FE
Black with #EED6FE
Text Example
Text Example
White with #EED6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6FE; }
p { color: rgb(238,214,254); }
H1.HeaderClassName
{
color: #EED6FE;
}
.AnyTagClassName
{
color: #EED6FE;
}
</style>
background-color css
<style>
a { background-color: #EED6FE; }
a { background-color: rgb(238,214,254); }
div.DivClassName
{
background-color: #EED6FE;
}
.BgClassName
{
background-color: #EED6FE;
}
</style>
border-color css
<style>
span { border-color: #EED6FE; }
span { border-color: rgb(238,214,254); }
td.TdClassName
{
border-color: #EED6FE;
}
.TagClassName
{
border-color: #EED6FE;
}
</style>