Shades of Blue Chalk #EED7FE
Tints of Blue Chalk #EED7FE
RGB
CMYK
RGB Variations
Color information
#EED7FE (or 0xEED7FE) is known color: Blue Chalk. HEX triplet: EE, D7 and FE. RGB value is (238,215,254). Sum of RGB (Red+Green+Blue) = 238+215+254=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 215 (84.38% from 255 or 30.41% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7FE is #112801. Grayscale: #E2E2E2. Windows color (decimal): -1124354 or 16701422. OLE color: 16701422.
HSL color Cylindrical-coordinate representation of color #EED7FE: hue angle of 275.38º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED7FE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 215 | 254 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.00 |
| HSL | 275.38º | 0.95% | 0.92% | - |
| HSV(B) | 275.38º | 0.15% | 1% | - |
| XYZ | 77.45 | 73.93 | 103.95 | - |
| YUV | 226.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 254 | 0.06 | 0.15 | 0 | 0.00 | 275.38 | 0.95 | 0.92 |
| Hex | EE | D7 | FE | 6 | F | 0 | 0 | 113 | 5F | 5C |
| Octal | 356 | 327 | 376 | 6 | 17 | 0 | 0 | 423 | 137 | 134 |
| Binary | 11101110 | 11010111 | 11111110 | 110 | 1111 | 0 | 0 | 100010011 | 1011111 | 1011100 |
Color Harmonies of #EED7FE
Complementary color
Monochromatic Colors of #EED7FE
Black with #EED7FE
Text Example
Text Example
White with #EED7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7FE; }
p { color: rgb(238,215,254); }
H1.HeaderClassName
{
color: #EED7FE;
}
.AnyTagClassName
{
color: #EED7FE;
}
</style>
background-color css
<style>
a { background-color: #EED7FE; }
a { background-color: rgb(238,215,254); }
div.DivClassName
{
background-color: #EED7FE;
}
.BgClassName
{
background-color: #EED7FE;
}
</style>
border-color css
<style>
span { border-color: #EED7FE; }
span { border-color: rgb(238,215,254); }
td.TdClassName
{
border-color: #EED7FE;
}
.TagClassName
{
border-color: #EED7FE;
}
</style>