Shades of Blue Chalk #EDD8FF
Tints of Blue Chalk #EDD8FF
RGB
CMYK
RGB Variations
Color information
#EDD8FF (or 0xEDD8FF) is known color: Blue Chalk. HEX triplet: ED, D8 and FF. RGB value is (237,216,255). Sum of RGB (Red+Green+Blue) = 237+216+255=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 216 (84.77% from 255 or 30.51% 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 #EDD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8FF is #122700. Grayscale: #E2E2E2. Windows color (decimal): -1189633 or 16767213. OLE color: 16767213.
HSL color Cylindrical-coordinate representation of color #EDD8FF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD8FF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 216 | 255 | - |
| CMYK | 0.07 | 0.15 | 0 | 0 |
| HSL | 272.31º | 1% | 0.92% | - |
| HSV(B) | 272.31º | 0.15% | 1% | - |
| XYZ | 77.53 | 74.34 | 104.87 | - |
| YUV | 226.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 255 | 0.07 | 0.15 | 0 | 0 | 272.31 | 1 | 0.92 |
| Hex | ED | D8 | FF | 7 | F | 0 | 0 | 110 | 64 | 5C |
| Octal | 355 | 330 | 377 | 7 | 17 | 0 | 0 | 420 | 144 | 134 |
| Binary | 11101101 | 11011000 | 11111111 | 111 | 1111 | 0 | 0 | 100010000 | 1100100 | 1011100 |
Color Harmonies of #EDD8FF
Complementary color
Monochromatic Colors of #EDD8FF
Black with #EDD8FF
Text Example
Text Example
White with #EDD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8FF; }
p { color: rgb(237,216,255); }
H1.HeaderClassName
{
color: #EDD8FF;
}
.AnyTagClassName
{
color: #EDD8FF;
}
</style>
background-color css
<style>
a { background-color: #EDD8FF; }
a { background-color: rgb(237,216,255); }
div.DivClassName
{
background-color: #EDD8FF;
}
.BgClassName
{
background-color: #EDD8FF;
}
</style>
border-color css
<style>
span { border-color: #EDD8FF; }
span { border-color: rgb(237,216,255); }
td.TdClassName
{
border-color: #EDD8FF;
}
.TagClassName
{
border-color: #EDD8FF;
}
</style>