Shades of Blue Chalk #EDD1FF
Tints of Blue Chalk #EDD1FF
RGB
CMYK
RGB Variations
Color information
#EDD1FF (or 0xEDD1FF) is known color: Blue Chalk. HEX triplet: ED, D1 and FF. RGB value is (237,209,255). Sum of RGB (Red+Green+Blue) = 237+209+255=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1FF is #122E00. Grayscale: #DEDEDE. Windows color (decimal): -1191425 or 16765421. OLE color: 16765421.
HSL color Cylindrical-coordinate representation of color #EDD1FF: hue angle of 276.52º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDD1FF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 209 | 255 | - |
| CMYK | 0.07 | 0.18 | 0 | 0 |
| HSL | 276.52º | 1% | 0.91% | - |
| HSV(B) | 276.52º | 0.18% | 1% | - |
| XYZ | 75.78 | 70.83 | 104.28 | - |
| YUV | 222.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 255 | 0.07 | 0.18 | 0 | 0 | 276.52 | 1 | 0.91 |
| Hex | ED | D1 | FF | 7 | 12 | 0 | 0 | 115 | 64 | 5B |
| Octal | 355 | 321 | 377 | 7 | 22 | 0 | 0 | 425 | 144 | 133 |
| Binary | 11101101 | 11010001 | 11111111 | 111 | 10010 | 0 | 0 | 100010101 | 1100100 | 1011011 |
Color Harmonies of #EDD1FF
Complementary color
Monochromatic Colors of #EDD1FF
Black with #EDD1FF
Text Example
Text Example
White with #EDD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1FF; }
p { color: rgb(237,209,255); }
H1.HeaderClassName
{
color: #EDD1FF;
}
.AnyTagClassName
{
color: #EDD1FF;
}
</style>
background-color css
<style>
a { background-color: #EDD1FF; }
a { background-color: rgb(237,209,255); }
div.DivClassName
{
background-color: #EDD1FF;
}
.BgClassName
{
background-color: #EDD1FF;
}
</style>
border-color css
<style>
span { border-color: #EDD1FF; }
span { border-color: rgb(237,209,255); }
td.TdClassName
{
border-color: #EDD1FF;
}
.TagClassName
{
border-color: #EDD1FF;
}
</style>