Shades of Blue Chalk #E8DCEE
Tints of Blue Chalk #E8DCEE
RGB
CMYK
RGB Variations
Color information
#E8DCEE (or 0xE8DCEE) is known color: Blue Chalk. HEX triplet: E8, DC and EE. RGB value is (232,220,238). Sum of RGB (Red+Green+Blue) = 232+220+238=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCEE is #172311. Grayscale: #E1E1E1. Windows color (decimal): -1516306 or 15654120. OLE color: 15654120.
HSL color Cylindrical-coordinate representation of color #E8DCEE: hue angle of 280º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8DCEE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 220 | 238 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.07 |
| HSL | 280º | 0.35% | 0.9% | - |
| HSV(B) | 280º | 0.08% | 0.93% | - |
| XYZ | 74.3 | 74.52 | 91.36 | - |
| YUV | 225.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 238 | 0.03 | 0.08 | 0 | 0.07 | 280 | 0.35 | 0.9 |
| Hex | E8 | DC | EE | 3 | 8 | 0 | 7 | 118 | 23 | 5A |
| Octal | 350 | 334 | 356 | 3 | 10 | 0 | 7 | 430 | 43 | 132 |
| Binary | 11101000 | 11011100 | 11101110 | 11 | 1000 | 0 | 111 | 100011000 | 100011 | 1011010 |
Color Harmonies of #E8DCEE
Complementary color
Monochromatic Colors of #E8DCEE
Black with #E8DCEE
Text Example
Text Example
White with #E8DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCEE; }
p { color: rgb(232,220,238); }
H1.HeaderClassName
{
color: #E8DCEE;
}
.AnyTagClassName
{
color: #E8DCEE;
}
</style>
background-color css
<style>
a { background-color: #E8DCEE; }
a { background-color: rgb(232,220,238); }
div.DivClassName
{
background-color: #E8DCEE;
}
.BgClassName
{
background-color: #E8DCEE;
}
</style>
border-color css
<style>
span { border-color: #E8DCEE; }
span { border-color: rgb(232,220,238); }
td.TdClassName
{
border-color: #E8DCEE;
}
.TagClassName
{
border-color: #E8DCEE;
}
</style>