Shades of Blue Chalk #EDD7FF
Tints of Blue Chalk #EDD7FF
RGB
CMYK
RGB Variations
Color information
#EDD7FF (or 0xEDD7FF) is known color: Blue Chalk. HEX triplet: ED, D7 and FF. RGB value is (237,215,255). Sum of RGB (Red+Green+Blue) = 237+215+255=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 215 (84.38% from 255 or 30.41% 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 #EDD7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7FF is #122800. Grayscale: #E2E2E2. Windows color (decimal): -1189889 or 16766957. OLE color: 16766957.
HSL color Cylindrical-coordinate representation of color #EDD7FF: hue angle of 273º 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 #EDD7FF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 215 | 255 | - |
| CMYK | 0.07 | 0.16 | 0 | 0 |
| HSL | 273º | 1% | 0.92% | - |
| HSV(B) | 273º | 0.16% | 1% | - |
| XYZ | 77.28 | 73.83 | 104.78 | - |
| YUV | 226.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 255 | 0.07 | 0.16 | 0 | 0 | 273 | 1 | 0.92 |
| Hex | ED | D7 | FF | 7 | 10 | 0 | 0 | 111 | 64 | 5C |
| Octal | 355 | 327 | 377 | 7 | 20 | 0 | 0 | 421 | 144 | 134 |
| Binary | 11101101 | 11010111 | 11111111 | 111 | 10000 | 0 | 0 | 100010001 | 1100100 | 1011100 |
Color Harmonies of #EDD7FF
Complementary color
Monochromatic Colors of #EDD7FF
Black with #EDD7FF
Text Example
Text Example
White with #EDD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD7FF; }
p { color: rgb(237,215,255); }
H1.HeaderClassName
{
color: #EDD7FF;
}
.AnyTagClassName
{
color: #EDD7FF;
}
</style>
background-color css
<style>
a { background-color: #EDD7FF; }
a { background-color: rgb(237,215,255); }
div.DivClassName
{
background-color: #EDD7FF;
}
.BgClassName
{
background-color: #EDD7FF;
}
</style>
border-color css
<style>
span { border-color: #EDD7FF; }
span { border-color: rgb(237,215,255); }
td.TdClassName
{
border-color: #EDD7FF;
}
.TagClassName
{
border-color: #EDD7FF;
}
</style>