Shades of Blue Chalk #E1D0E6
Tints of Blue Chalk #E1D0E6
RGB
CMYK
RGB Variations
Color information
#E1D0E6 (or 0xE1D0E6) is known color: Blue Chalk. HEX triplet: E1, D0 and E6. RGB value is (225,208,230). Sum of RGB (Red+Green+Blue) = 225+208+230=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1D0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0E6 is #1E2F19. Grayscale: #D7D7D7. Windows color (decimal): -1978138 or 15126753. OLE color: 15126753.
HSL color Cylindrical-coordinate representation of color #E1D0E6: hue angle of 286.36º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D0E6 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 208 | 230 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.10 |
| HSL | 286.36º | 0.31% | 0.86% | - |
| HSV(B) | 286.36º | 0.1% | 0.9% | - |
| XYZ | 67.89 | 66.83 | 84.18 | - |
| YUV | 215.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 230 | 0.02 | 0.10 | 0 | 0.10 | 286.36 | 0.31 | 0.86 |
| Hex | E1 | D0 | E6 | 2 | A | 0 | A | 11E | 1F | 56 |
| Octal | 341 | 320 | 346 | 2 | 12 | 0 | 12 | 436 | 37 | 126 |
| Binary | 11100001 | 11010000 | 11100110 | 10 | 1010 | 0 | 1010 | 100011110 | 11111 | 1010110 |
Color Harmonies of #E1D0E6
Complementary color
Monochromatic Colors of #E1D0E6
Black with #E1D0E6
Text Example
Text Example
White with #E1D0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0E6; }
p { color: rgb(225,208,230); }
H1.HeaderClassName
{
color: #E1D0E6;
}
.AnyTagClassName
{
color: #E1D0E6;
}
</style>
background-color css
<style>
a { background-color: #E1D0E6; }
a { background-color: rgb(225,208,230); }
div.DivClassName
{
background-color: #E1D0E6;
}
.BgClassName
{
background-color: #E1D0E6;
}
</style>
border-color css
<style>
span { border-color: #E1D0E6; }
span { border-color: rgb(225,208,230); }
td.TdClassName
{
border-color: #E1D0E6;
}
.TagClassName
{
border-color: #E1D0E6;
}
</style>