Shades of Blue Chalk #EEDAFC
Tints of Blue Chalk #EEDAFC
RGB
CMYK
RGB Variations
Color information
#EEDAFC (or 0xEEDAFC) is known color: Blue Chalk. HEX triplet: EE, DA and FC. RGB value is (238,218,252). Sum of RGB (Red+Green+Blue) = 238+218+252=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFC is #112503. Grayscale: #E3E3E3. Windows color (decimal): -1123588 or 16571118. OLE color: 16571118.
HSL color Cylindrical-coordinate representation of color #EEDAFC: hue angle of 275.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDAFC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 218 | 252 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.01 |
| HSL | 275.29º | 0.85% | 0.92% | - |
| HSV(B) | 275.29º | 0.13% | 0.99% | - |
| XYZ | 77.9 | 75.35 | 102.53 | - |
| YUV | 227.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 252 | 0.06 | 0.13 | 0 | 0.01 | 275.29 | 0.85 | 0.92 |
| Hex | EE | DA | FC | 6 | D | 0 | 1 | 113 | 55 | 5C |
| Octal | 356 | 332 | 374 | 6 | 15 | 0 | 1 | 423 | 125 | 134 |
| Binary | 11101110 | 11011010 | 11111100 | 110 | 1101 | 0 | 1 | 100010011 | 1010101 | 1011100 |
Color Harmonies of #EEDAFC
Complementary color
Monochromatic Colors of #EEDAFC
Black with #EEDAFC
Text Example
Text Example
White with #EEDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAFC; }
p { color: rgb(238,218,252); }
H1.HeaderClassName
{
color: #EEDAFC;
}
.AnyTagClassName
{
color: #EEDAFC;
}
</style>
background-color css
<style>
a { background-color: #EEDAFC; }
a { background-color: rgb(238,218,252); }
div.DivClassName
{
background-color: #EEDAFC;
}
.BgClassName
{
background-color: #EEDAFC;
}
</style>
border-color css
<style>
span { border-color: #EEDAFC; }
span { border-color: rgb(238,218,252); }
td.TdClassName
{
border-color: #EEDAFC;
}
.TagClassName
{
border-color: #EEDAFC;
}
</style>