Shades of Blue Chalk #EDD4FE
Tints of Blue Chalk #EDD4FE
RGB
CMYK
RGB Variations
Color information
#EDD4FE (or 0xEDD4FE) is known color: Blue Chalk. HEX triplet: ED, D4 and FE. RGB value is (237,212,254). Sum of RGB (Red+Green+Blue) = 237+212+254=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4FE is #122B01. Grayscale: #E0E0E0. Windows color (decimal): -1190658 or 16700653. OLE color: 16700653.
HSL color Cylindrical-coordinate representation of color #EDD4FE: hue angle of 275.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD4FE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 212 | 254 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.00 |
| HSL | 275.71º | 0.95% | 0.91% | - |
| HSV(B) | 275.71º | 0.17% | 1% | - |
| XYZ | 76.36 | 72.25 | 103.69 | - |
| YUV | 224.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 254 | 0.07 | 0.17 | 0 | 0.00 | 275.71 | 0.95 | 0.91 |
| Hex | ED | D4 | FE | 7 | 11 | 0 | 0 | 114 | 5F | 5B |
| Octal | 355 | 324 | 376 | 7 | 21 | 0 | 0 | 424 | 137 | 133 |
| Binary | 11101101 | 11010100 | 11111110 | 111 | 10001 | 0 | 0 | 100010100 | 1011111 | 1011011 |
Color Harmonies of #EDD4FE
Complementary color
Monochromatic Colors of #EDD4FE
Black with #EDD4FE
Text Example
Text Example
White with #EDD4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4FE; }
p { color: rgb(237,212,254); }
H1.HeaderClassName
{
color: #EDD4FE;
}
.AnyTagClassName
{
color: #EDD4FE;
}
</style>
background-color css
<style>
a { background-color: #EDD4FE; }
a { background-color: rgb(237,212,254); }
div.DivClassName
{
background-color: #EDD4FE;
}
.BgClassName
{
background-color: #EDD4FE;
}
</style>
border-color css
<style>
span { border-color: #EDD4FE; }
span { border-color: rgb(237,212,254); }
td.TdClassName
{
border-color: #EDD4FE;
}
.TagClassName
{
border-color: #EDD4FE;
}
</style>