Shades of Blue Chalk #EEDAFA
Tints of Blue Chalk #EEDAFA
RGB
CMYK
RGB Variations
Color information
#EEDAFA (or 0xEEDAFA) is known color: Blue Chalk. HEX triplet: EE, DA and FA. RGB value is (238,218,250). Sum of RGB (Red+Green+Blue) = 238+218+250=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFA is #112505. Grayscale: #E3E3E3. Windows color (decimal): -1123590 or 16440046. OLE color: 16440046.
HSL color Cylindrical-coordinate representation of color #EEDAFA: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDAFA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 218 | 250 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.02 |
| HSL | 277.5º | 0.76% | 0.92% | - |
| HSV(B) | 277.5º | 0.13% | 0.98% | - |
| XYZ | 77.59 | 75.22 | 100.87 | - |
| YUV | 227.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 250 | 0.05 | 0.13 | 0 | 0.02 | 277.5 | 0.76 | 0.92 |
| Hex | EE | DA | FA | 5 | D | 0 | 2 | 116 | 4C | 5C |
| Octal | 356 | 332 | 372 | 5 | 15 | 0 | 2 | 426 | 114 | 134 |
| Binary | 11101110 | 11011010 | 11111010 | 101 | 1101 | 0 | 10 | 100010110 | 1001100 | 1011100 |
Color Harmonies of #EEDAFA
Complementary color
Monochromatic Colors of #EEDAFA
Black with #EEDAFA
Text Example
Text Example
White with #EEDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAFA; }
p { color: rgb(238,218,250); }
H1.HeaderClassName
{
color: #EEDAFA;
}
.AnyTagClassName
{
color: #EEDAFA;
}
</style>
background-color css
<style>
a { background-color: #EEDAFA; }
a { background-color: rgb(238,218,250); }
div.DivClassName
{
background-color: #EEDAFA;
}
.BgClassName
{
background-color: #EEDAFA;
}
</style>
border-color css
<style>
span { border-color: #EEDAFA; }
span { border-color: rgb(238,218,250); }
td.TdClassName
{
border-color: #EEDAFA;
}
.TagClassName
{
border-color: #EEDAFA;
}
</style>