Shades of Selago #EDDDEE
Tints of Selago #EDDDEE
RGB
CMYK
RGB Variations
Color information
#EDDDEE (or 0xEDDDEE) is known color: Selago. HEX triplet: ED, DD and EE. RGB value is (237,221,238). Sum of RGB (Red+Green+Blue) = 237+221+238=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDEE is #122211. Grayscale: #E3E3E3. Windows color (decimal): -1188370 or 15654381. OLE color: 15654381.
HSL color Cylindrical-coordinate representation of color #EDDDEE: hue angle of 296.47º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDDEE is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 238 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.07 |
| HSL | 296.47º | 0.33% | 0.9% | - |
| HSV(B) | 296.47º | 0.07% | 0.93% | - |
| XYZ | 76.21 | 75.89 | 91.52 | - |
| YUV | 227.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 238 | 0.00 | 0.07 | 0 | 0.07 | 296.47 | 0.33 | 0.9 |
| Hex | ED | DD | EE | 0 | 7 | 0 | 7 | 128 | 21 | 5A |
| Octal | 355 | 335 | 356 | 0 | 7 | 0 | 7 | 450 | 41 | 132 |
| Binary | 11101101 | 11011101 | 11101110 | 0 | 111 | 0 | 111 | 100101000 | 100001 | 1011010 |
Color Harmonies of #EDDDEE
Complementary color
Monochromatic Colors of #EDDDEE
Black with #EDDDEE
Text Example
Text Example
White with #EDDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDEE; }
p { color: rgb(237,221,238); }
H1.HeaderClassName
{
color: #EDDDEE;
}
.AnyTagClassName
{
color: #EDDDEE;
}
</style>
background-color css
<style>
a { background-color: #EDDDEE; }
a { background-color: rgb(237,221,238); }
div.DivClassName
{
background-color: #EDDDEE;
}
.BgClassName
{
background-color: #EDDDEE;
}
</style>
border-color css
<style>
span { border-color: #EDDDEE; }
span { border-color: rgb(237,221,238); }
td.TdClassName
{
border-color: #EDDDEE;
}
.TagClassName
{
border-color: #EDDDEE;
}
</style>