Shades of Blue Chalk #EEDCF5
Tints of Blue Chalk #EEDCF5
RGB
CMYK
RGB Variations
Color information
#EEDCF5 (or 0xEEDCF5) is known color: Blue Chalk. HEX triplet: EE, DC and F5. RGB value is (238,220,245). Sum of RGB (Red+Green+Blue) = 238+220+245=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCF5 is #11230A. Grayscale: #E4E4E4. Windows color (decimal): -1123083 or 16112878. OLE color: 16112878.
HSL color Cylindrical-coordinate representation of color #EEDCF5: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDCF5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 220 | 245 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.04 |
| HSL | 283.2º | 0.56% | 0.91% | - |
| HSV(B) | 283.2º | 0.1% | 0.96% | - |
| XYZ | 77.33 | 75.96 | 96.97 | - |
| YUV | 228.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 245 | 0.03 | 0.10 | 0 | 0.04 | 283.2 | 0.56 | 0.91 |
| Hex | EE | DC | F5 | 3 | A | 0 | 4 | 11B | 38 | 5B |
| Octal | 356 | 334 | 365 | 3 | 12 | 0 | 4 | 433 | 70 | 133 |
| Binary | 11101110 | 11011100 | 11110101 | 11 | 1010 | 0 | 100 | 100011011 | 111000 | 1011011 |
Color Harmonies of #EEDCF5
Complementary color
Monochromatic Colors of #EEDCF5
Black with #EEDCF5
Text Example
Text Example
White with #EEDCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCF5; }
p { color: rgb(238,220,245); }
H1.HeaderClassName
{
color: #EEDCF5;
}
.AnyTagClassName
{
color: #EEDCF5;
}
</style>
background-color css
<style>
a { background-color: #EEDCF5; }
a { background-color: rgb(238,220,245); }
div.DivClassName
{
background-color: #EEDCF5;
}
.BgClassName
{
background-color: #EEDCF5;
}
</style>
border-color css
<style>
span { border-color: #EEDCF5; }
span { border-color: rgb(238,220,245); }
td.TdClassName
{
border-color: #EEDCF5;
}
.TagClassName
{
border-color: #EEDCF5;
}
</style>