Shades of Selago #E6DCE7
Tints of Selago #E6DCE7
RGB
CMYK
RGB Variations
Color information
#E6DCE7 (or 0xE6DCE7) is known color: Selago. HEX triplet: E6, DC and E7. RGB value is (230,220,231). Sum of RGB (Red+Green+Blue) = 230+220+231=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 231 - color contains mainly: blue. Hex color #E6DCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCE7 is #192318. Grayscale: #E0E0E0. Windows color (decimal): -1647385 or 15195366. OLE color: 15195366.
HSL color Cylindrical-coordinate representation of color #E6DCE7: hue angle of 294.55º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DCE7 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 220 | 231 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.09 |
| HSL | 294.55º | 0.19% | 0.88% | - |
| HSV(B) | 294.55º | 0.05% | 0.91% | - |
| XYZ | 72.65 | 73.78 | 86.01 | - |
| YUV | 224.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 231 | 0.00 | 0.05 | 0 | 0.09 | 294.55 | 0.19 | 0.88 |
| Hex | E6 | DC | E7 | 0 | 5 | 0 | 9 | 127 | 13 | 58 |
| Octal | 346 | 334 | 347 | 0 | 5 | 0 | 11 | 447 | 23 | 130 |
| Binary | 11100110 | 11011100 | 11100111 | 0 | 101 | 0 | 1001 | 100100111 | 10011 | 1011000 |
Color Harmonies of #E6DCE7
Complementary color
Monochromatic Colors of #E6DCE7
Black with #E6DCE7
Text Example
Text Example
White with #E6DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCE7; }
p { color: rgb(230,220,231); }
H1.HeaderClassName
{
color: #E6DCE7;
}
.AnyTagClassName
{
color: #E6DCE7;
}
</style>
background-color css
<style>
a { background-color: #E6DCE7; }
a { background-color: rgb(230,220,231); }
div.DivClassName
{
background-color: #E6DCE7;
}
.BgClassName
{
background-color: #E6DCE7;
}
</style>
border-color css
<style>
span { border-color: #E6DCE7; }
span { border-color: rgb(230,220,231); }
td.TdClassName
{
border-color: #E6DCE7;
}
.TagClassName
{
border-color: #E6DCE7;
}
</style>