Shades of Blue Chalk #EDD1FE
Tints of Blue Chalk #EDD1FE
RGB
CMYK
RGB Variations
Color information
#EDD1FE (or 0xEDD1FE) is known color: Blue Chalk. HEX triplet: ED, D1 and FE. RGB value is (237,209,254). Sum of RGB (Red+Green+Blue) = 237+209+254=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 209 (82.03% from 255 or 29.86% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1FE is #122E01. Grayscale: #DEDEDE. Windows color (decimal): -1191426 or 16699885. OLE color: 16699885.
HSL color Cylindrical-coordinate representation of color #EDD1FE: hue angle of 277.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDD1FE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 209 | 254 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.00 |
| HSL | 277.33º | 0.96% | 0.91% | - |
| HSV(B) | 277.33º | 0.18% | 1% | - |
| XYZ | 75.61 | 70.76 | 103.44 | - |
| YUV | 222.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 254 | 0.07 | 0.18 | 0 | 0.00 | 277.33 | 0.96 | 0.91 |
| Hex | ED | D1 | FE | 7 | 12 | 0 | 0 | 115 | 60 | 5B |
| Octal | 355 | 321 | 376 | 7 | 22 | 0 | 0 | 425 | 140 | 133 |
| Binary | 11101101 | 11010001 | 11111110 | 111 | 10010 | 0 | 0 | 100010101 | 1100000 | 1011011 |
Color Harmonies of #EDD1FE
Complementary color
Monochromatic Colors of #EDD1FE
Black with #EDD1FE
Text Example
Text Example
White with #EDD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1FE; }
p { color: rgb(237,209,254); }
H1.HeaderClassName
{
color: #EDD1FE;
}
.AnyTagClassName
{
color: #EDD1FE;
}
</style>
background-color css
<style>
a { background-color: #EDD1FE; }
a { background-color: rgb(237,209,254); }
div.DivClassName
{
background-color: #EDD1FE;
}
.BgClassName
{
background-color: #EDD1FE;
}
</style>
border-color css
<style>
span { border-color: #EDD1FE; }
span { border-color: rgb(237,209,254); }
td.TdClassName
{
border-color: #EDD1FE;
}
.TagClassName
{
border-color: #EDD1FE;
}
</style>