Shades of Blue Chalk #EEDAFF
Tints of Blue Chalk #EEDAFF
RGB
CMYK
RGB Variations
Color information
#EEDAFF (or 0xEEDAFF) is known color: Blue Chalk. HEX triplet: EE, DA and FF. RGB value is (238,218,255). Sum of RGB (Red+Green+Blue) = 238+218+255=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFF is #112500. Grayscale: #E4E4E4. Windows color (decimal): -1123585 or 16767726. OLE color: 16767726.
HSL color Cylindrical-coordinate representation of color #EEDAFF: hue angle of 272.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEDAFF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 218 | 255 | - |
| CMYK | 0.07 | 0.15 | 0 | 0 |
| HSL | 272.43º | 1% | 0.93% | - |
| HSV(B) | 272.43º | 0.15% | 1% | - |
| XYZ | 78.38 | 75.54 | 105.06 | - |
| YUV | 228.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 255 | 0.07 | 0.15 | 0 | 0 | 272.43 | 1 | 0.93 |
| Hex | EE | DA | FF | 7 | F | 0 | 0 | 110 | 64 | 5D |
| Octal | 356 | 332 | 377 | 7 | 17 | 0 | 0 | 420 | 144 | 135 |
| Binary | 11101110 | 11011010 | 11111111 | 111 | 1111 | 0 | 0 | 100010000 | 1100100 | 1011101 |
Color Harmonies of #EEDAFF
Complementary color
Monochromatic Colors of #EEDAFF
Black with #EEDAFF
Text Example
Text Example
White with #EEDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAFF; }
p { color: rgb(238,218,255); }
H1.HeaderClassName
{
color: #EEDAFF;
}
.AnyTagClassName
{
color: #EEDAFF;
}
</style>
background-color css
<style>
a { background-color: #EEDAFF; }
a { background-color: rgb(238,218,255); }
div.DivClassName
{
background-color: #EEDAFF;
}
.BgClassName
{
background-color: #EEDAFF;
}
</style>
border-color css
<style>
span { border-color: #EEDAFF; }
span { border-color: rgb(238,218,255); }
td.TdClassName
{
border-color: #EEDAFF;
}
.TagClassName
{
border-color: #EEDAFF;
}
</style>