Shades of Blue Chalk #EDD8F8
Tints of Blue Chalk #EDD8F8
RGB
CMYK
RGB Variations
Color information
#EDD8F8 (or 0xEDD8F8) is known color: Blue Chalk. HEX triplet: ED, D8 and F8. RGB value is (237,216,248). Sum of RGB (Red+Green+Blue) = 237+216+248=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 216 (84.77% from 255 or 30.81% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDD8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8F8 is #122707. Grayscale: #E1E1E1. Windows color (decimal): -1189640 or 16308461. OLE color: 16308461.
HSL color Cylindrical-coordinate representation of color #EDD8F8: hue angle of 279.38º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD8F8 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 216 | 248 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.03 |
| HSL | 279.38º | 0.7% | 0.91% | - |
| HSV(B) | 279.38º | 0.13% | 0.97% | - |
| XYZ | 76.42 | 73.89 | 99.04 | - |
| YUV | 225.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 248 | 0.04 | 0.13 | 0 | 0.03 | 279.38 | 0.7 | 0.91 |
| Hex | ED | D8 | F8 | 4 | D | 0 | 3 | 117 | 46 | 5B |
| Octal | 355 | 330 | 370 | 4 | 15 | 0 | 3 | 427 | 106 | 133 |
| Binary | 11101101 | 11011000 | 11111000 | 100 | 1101 | 0 | 11 | 100010111 | 1000110 | 1011011 |
Color Harmonies of #EDD8F8
Complementary color
Monochromatic Colors of #EDD8F8
Black with #EDD8F8
Text Example
Text Example
White with #EDD8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8F8; }
p { color: rgb(237,216,248); }
H1.HeaderClassName
{
color: #EDD8F8;
}
.AnyTagClassName
{
color: #EDD8F8;
}
</style>
background-color css
<style>
a { background-color: #EDD8F8; }
a { background-color: rgb(237,216,248); }
div.DivClassName
{
background-color: #EDD8F8;
}
.BgClassName
{
background-color: #EDD8F8;
}
</style>
border-color css
<style>
span { border-color: #EDD8F8; }
span { border-color: rgb(237,216,248); }
td.TdClassName
{
border-color: #EDD8F8;
}
.TagClassName
{
border-color: #EDD8F8;
}
</style>