Shades of Blue Chalk #EDD4FA
Tints of Blue Chalk #EDD4FA
RGB
CMYK
RGB Variations
Color information
#EDD4FA (or 0xEDD4FA) is known color: Blue Chalk. HEX triplet: ED, D4 and FA. RGB value is (237,212,250). Sum of RGB (Red+Green+Blue) = 237+212+250=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4FA is #122B05. Grayscale: #DFDFDF. Windows color (decimal): -1190662 or 16438509. OLE color: 16438509.
HSL color Cylindrical-coordinate representation of color #EDD4FA: hue angle of 279.47º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD4FA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 212 | 250 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.02 |
| HSL | 279.47º | 0.79% | 0.91% | - |
| HSV(B) | 279.47º | 0.15% | 0.98% | - |
| XYZ | 75.72 | 71.99 | 100.35 | - |
| YUV | 223.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 250 | 0.05 | 0.15 | 0 | 0.02 | 279.47 | 0.79 | 0.91 |
| Hex | ED | D4 | FA | 5 | F | 0 | 2 | 117 | 4F | 5B |
| Octal | 355 | 324 | 372 | 5 | 17 | 0 | 2 | 427 | 117 | 133 |
| Binary | 11101101 | 11010100 | 11111010 | 101 | 1111 | 0 | 10 | 100010111 | 1001111 | 1011011 |
Color Harmonies of #EDD4FA
Complementary color
Monochromatic Colors of #EDD4FA
Black with #EDD4FA
Text Example
Text Example
White with #EDD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4FA; }
p { color: rgb(237,212,250); }
H1.HeaderClassName
{
color: #EDD4FA;
}
.AnyTagClassName
{
color: #EDD4FA;
}
</style>
background-color css
<style>
a { background-color: #EDD4FA; }
a { background-color: rgb(237,212,250); }
div.DivClassName
{
background-color: #EDD4FA;
}
.BgClassName
{
background-color: #EDD4FA;
}
</style>
border-color css
<style>
span { border-color: #EDD4FA; }
span { border-color: rgb(237,212,250); }
td.TdClassName
{
border-color: #EDD4FA;
}
.TagClassName
{
border-color: #EDD4FA;
}
</style>