Shades of Blue Chalk #E8DCF1
Tints of Blue Chalk #E8DCF1
RGB
CMYK
RGB Variations
Color information
#E8DCF1 (or 0xE8DCF1) is known color: Blue Chalk. HEX triplet: E8, DC and F1. RGB value is (232,220,241). Sum of RGB (Red+Green+Blue) = 232+220+241=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCF1 is #17230E. Grayscale: #E1E1E1. Windows color (decimal): -1516303 or 15850728. OLE color: 15850728.
HSL color Cylindrical-coordinate representation of color #E8DCF1: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8DCF1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 220 | 241 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.05 |
| HSL | 274.29º | 0.43% | 0.9% | - |
| HSV(B) | 274.29º | 0.09% | 0.95% | - |
| XYZ | 74.75 | 74.69 | 93.7 | - |
| YUV | 225.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 241 | 0.04 | 0.09 | 0 | 0.05 | 274.29 | 0.43 | 0.9 |
| Hex | E8 | DC | F1 | 4 | 9 | 0 | 5 | 112 | 2B | 5A |
| Octal | 350 | 334 | 361 | 4 | 11 | 0 | 5 | 422 | 53 | 132 |
| Binary | 11101000 | 11011100 | 11110001 | 100 | 1001 | 0 | 101 | 100010010 | 101011 | 1011010 |
Color Harmonies of #E8DCF1
Complementary color
Monochromatic Colors of #E8DCF1
Black with #E8DCF1
Text Example
Text Example
White with #E8DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCF1; }
p { color: rgb(232,220,241); }
H1.HeaderClassName
{
color: #E8DCF1;
}
.AnyTagClassName
{
color: #E8DCF1;
}
</style>
background-color css
<style>
a { background-color: #E8DCF1; }
a { background-color: rgb(232,220,241); }
div.DivClassName
{
background-color: #E8DCF1;
}
.BgClassName
{
background-color: #E8DCF1;
}
</style>
border-color css
<style>
span { border-color: #E8DCF1; }
span { border-color: rgb(232,220,241); }
td.TdClassName
{
border-color: #E8DCF1;
}
.TagClassName
{
border-color: #E8DCF1;
}
</style>