Shades of Blue Chalk #EDD0FB
Tints of Blue Chalk #EDD0FB
RGB
CMYK
RGB Variations
Color information
#EDD0FB (or 0xEDD0FB) is known color: Blue Chalk. HEX triplet: ED, D0 and FB. RGB value is (237,208,251). Sum of RGB (Red+Green+Blue) = 237+208+251=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 208 (81.64% from 255 or 29.89% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDD0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0FB is #122F04. Grayscale: #DDDDDD. Windows color (decimal): -1191685 or 16503021. OLE color: 16503021.
HSL color Cylindrical-coordinate representation of color #EDD0FB: hue angle of 280.47º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD0FB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 208 | 251 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.02 |
| HSL | 280.47º | 0.84% | 0.9% | - |
| HSV(B) | 280.47º | 0.17% | 0.98% | - |
| XYZ | 74.89 | 70.08 | 100.85 | - |
| YUV | 221.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 251 | 0.06 | 0.17 | 0 | 0.02 | 280.47 | 0.84 | 0.9 |
| Hex | ED | D0 | FB | 6 | 11 | 0 | 2 | 118 | 54 | 5A |
| Octal | 355 | 320 | 373 | 6 | 21 | 0 | 2 | 430 | 124 | 132 |
| Binary | 11101101 | 11010000 | 11111011 | 110 | 10001 | 0 | 10 | 100011000 | 1010100 | 1011010 |
Color Harmonies of #EDD0FB
Complementary color
Monochromatic Colors of #EDD0FB
Black with #EDD0FB
Text Example
Text Example
White with #EDD0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0FB; }
p { color: rgb(237,208,251); }
H1.HeaderClassName
{
color: #EDD0FB;
}
.AnyTagClassName
{
color: #EDD0FB;
}
</style>
background-color css
<style>
a { background-color: #EDD0FB; }
a { background-color: rgb(237,208,251); }
div.DivClassName
{
background-color: #EDD0FB;
}
.BgClassName
{
background-color: #EDD0FB;
}
</style>
border-color css
<style>
span { border-color: #EDD0FB; }
span { border-color: rgb(237,208,251); }
td.TdClassName
{
border-color: #EDD0FB;
}
.TagClassName
{
border-color: #EDD0FB;
}
</style>