Shades of Blue Chalk #EED6FF
Tints of Blue Chalk #EED6FF
RGB
CMYK
RGB Variations
Color information
#EED6FF (or 0xEED6FF) is known color: Blue Chalk. HEX triplet: EE, D6 and FF. RGB value is (238,214,255). Sum of RGB (Red+Green+Blue) = 238+214+255=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 214 (83.98% from 255 or 30.27% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6FF is #112900. Grayscale: #E1E1E1. Windows color (decimal): -1124609 or 16766702. OLE color: 16766702.
HSL color Cylindrical-coordinate representation of color #EED6FF: hue angle of 275.12º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED6FF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 214 | 255 | - |
| CMYK | 0.07 | 0.16 | 0 | 0 |
| HSL | 275.12º | 1% | 0.92% | - |
| HSV(B) | 275.12º | 0.16% | 1% | - |
| XYZ | 77.36 | 73.49 | 104.72 | - |
| YUV | 225.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 255 | 0.07 | 0.16 | 0 | 0 | 275.12 | 1 | 0.92 |
| Hex | EE | D6 | FF | 7 | 10 | 0 | 0 | 113 | 64 | 5C |
| Octal | 356 | 326 | 377 | 7 | 20 | 0 | 0 | 423 | 144 | 134 |
| Binary | 11101110 | 11010110 | 11111111 | 111 | 10000 | 0 | 0 | 100010011 | 1100100 | 1011100 |
Color Harmonies of #EED6FF
Complementary color
Monochromatic Colors of #EED6FF
Black with #EED6FF
Text Example
Text Example
White with #EED6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6FF; }
p { color: rgb(238,214,255); }
H1.HeaderClassName
{
color: #EED6FF;
}
.AnyTagClassName
{
color: #EED6FF;
}
</style>
background-color css
<style>
a { background-color: #EED6FF; }
a { background-color: rgb(238,214,255); }
div.DivClassName
{
background-color: #EED6FF;
}
.BgClassName
{
background-color: #EED6FF;
}
</style>
border-color css
<style>
span { border-color: #EED6FF; }
span { border-color: rgb(238,214,255); }
td.TdClassName
{
border-color: #EED6FF;
}
.TagClassName
{
border-color: #EED6FF;
}
</style>