Shades of Blue Chalk #EDD5FE
Tints of Blue Chalk #EDD5FE
RGB
CMYK
RGB Variations
Color information
#EDD5FE (or 0xEDD5FE) is known color: Blue Chalk. HEX triplet: ED, D5 and FE. RGB value is (237,213,254). Sum of RGB (Red+Green+Blue) = 237+213+254=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 213 (83.59% from 255 or 30.26% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5FE is #122A01. Grayscale: #E0E0E0. Windows color (decimal): -1190402 or 16700909. OLE color: 16700909.
HSL color Cylindrical-coordinate representation of color #EDD5FE: hue angle of 275.12º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD5FE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 213 | 254 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.00 |
| HSL | 275.12º | 0.95% | 0.92% | - |
| HSV(B) | 275.12º | 0.16% | 1% | - |
| XYZ | 76.61 | 72.75 | 103.77 | - |
| YUV | 224.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 254 | 0.07 | 0.16 | 0 | 0.00 | 275.12 | 0.95 | 0.92 |
| Hex | ED | D5 | FE | 7 | 10 | 0 | 0 | 113 | 5F | 5C |
| Octal | 355 | 325 | 376 | 7 | 20 | 0 | 0 | 423 | 137 | 134 |
| Binary | 11101101 | 11010101 | 11111110 | 111 | 10000 | 0 | 0 | 100010011 | 1011111 | 1011100 |
Color Harmonies of #EDD5FE
Complementary color
Monochromatic Colors of #EDD5FE
Black with #EDD5FE
Text Example
Text Example
White with #EDD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5FE; }
p { color: rgb(237,213,254); }
H1.HeaderClassName
{
color: #EDD5FE;
}
.AnyTagClassName
{
color: #EDD5FE;
}
</style>
background-color css
<style>
a { background-color: #EDD5FE; }
a { background-color: rgb(237,213,254); }
div.DivClassName
{
background-color: #EDD5FE;
}
.BgClassName
{
background-color: #EDD5FE;
}
</style>
border-color css
<style>
span { border-color: #EDD5FE; }
span { border-color: rgb(237,213,254); }
td.TdClassName
{
border-color: #EDD5FE;
}
.TagClassName
{
border-color: #EDD5FE;
}
</style>