Shades of Blue Chalk #EED7FF
Tints of Blue Chalk #EED7FF
RGB
CMYK
RGB Variations
Color information
#EED7FF (or 0xEED7FF) is known color: Blue Chalk. HEX triplet: EE, D7 and FF. RGB value is (238,215,255). Sum of RGB (Red+Green+Blue) = 238+215+255=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 215 (84.38% from 255 or 30.37% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7FF is #112800. Grayscale: #E2E2E2. Windows color (decimal): -1124353 or 16766958. OLE color: 16766958.
HSL color Cylindrical-coordinate representation of color #EED7FF: hue angle of 274.5º 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 #EED7FF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 215 | 255 | - |
| CMYK | 0.07 | 0.16 | 0 | 0 |
| HSL | 274.5º | 1% | 0.92% | - |
| HSV(B) | 274.5º | 0.16% | 1% | - |
| XYZ | 77.61 | 74 | 104.8 | - |
| YUV | 226.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 255 | 0.07 | 0.16 | 0 | 0 | 274.5 | 1 | 0.92 |
| Hex | EE | D7 | FF | 7 | 10 | 0 | 0 | 112 | 64 | 5C |
| Octal | 356 | 327 | 377 | 7 | 20 | 0 | 0 | 422 | 144 | 134 |
| Binary | 11101110 | 11010111 | 11111111 | 111 | 10000 | 0 | 0 | 100010010 | 1100100 | 1011100 |
Color Harmonies of #EED7FF
Complementary color
Monochromatic Colors of #EED7FF
Black with #EED7FF
Text Example
Text Example
White with #EED7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7FF; }
p { color: rgb(238,215,255); }
H1.HeaderClassName
{
color: #EED7FF;
}
.AnyTagClassName
{
color: #EED7FF;
}
</style>
background-color css
<style>
a { background-color: #EED7FF; }
a { background-color: rgb(238,215,255); }
div.DivClassName
{
background-color: #EED7FF;
}
.BgClassName
{
background-color: #EED7FF;
}
</style>
border-color css
<style>
span { border-color: #EED7FF; }
span { border-color: rgb(238,215,255); }
td.TdClassName
{
border-color: #EED7FF;
}
.TagClassName
{
border-color: #EED7FF;
}
</style>