Shades of Selago #EFDDF1
Tints of Selago #EFDDF1
RGB
CMYK
RGB Variations
Color information
#EFDDF1 (or 0xEFDDF1) is known color: Selago. HEX triplet: EF, DD and F1. RGB value is (239,221,241). Sum of RGB (Red+Green+Blue) = 239+221+241=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF1 is #10220E. Grayscale: #E4E4E4. Windows color (decimal): -1057295 or 15850991. OLE color: 15850991.
HSL color Cylindrical-coordinate representation of color #EFDDF1: hue angle of 294º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDDF1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 221 | 241 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.05 |
| HSL | 294º | 0.42% | 0.91% | - |
| HSV(B) | 294º | 0.08% | 0.95% | - |
| XYZ | 77.33 | 76.41 | 93.89 | - |
| YUV | 228.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 241 | 0.01 | 0.08 | 0 | 0.05 | 294 | 0.42 | 0.91 |
| Hex | EF | DD | F1 | 1 | 8 | 0 | 5 | 126 | 2A | 5B |
| Octal | 357 | 335 | 361 | 1 | 10 | 0 | 5 | 446 | 52 | 133 |
| Binary | 11101111 | 11011101 | 11110001 | 1 | 1000 | 0 | 101 | 100100110 | 101010 | 1011011 |
Color Harmonies of #EFDDF1
Complementary color
Monochromatic Colors of #EFDDF1
Black with #EFDDF1
Text Example
Text Example
White with #EFDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDF1; }
p { color: rgb(239,221,241); }
H1.HeaderClassName
{
color: #EFDDF1;
}
.AnyTagClassName
{
color: #EFDDF1;
}
</style>
background-color css
<style>
a { background-color: #EFDDF1; }
a { background-color: rgb(239,221,241); }
div.DivClassName
{
background-color: #EFDDF1;
}
.BgClassName
{
background-color: #EFDDF1;
}
</style>
border-color css
<style>
span { border-color: #EFDDF1; }
span { border-color: rgb(239,221,241); }
td.TdClassName
{
border-color: #EFDDF1;
}
.TagClassName
{
border-color: #EFDDF1;
}
</style>