Shades of Selago #EFDEF1
Tints of Selago #EFDEF1
RGB
CMYK
RGB Variations
Color information
#EFDEF1 (or 0xEFDEF1) is known color: Selago. HEX triplet: EF, DE and F1. RGB value is (239,222,241). Sum of RGB (Red+Green+Blue) = 239+222+241=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF1 is #10210E. Grayscale: #E5E5E5. Windows color (decimal): -1057039 or 15851247. OLE color: 15851247.
HSL color Cylindrical-coordinate representation of color #EFDEF1: hue angle of 293.68º degrees, saturation: 0.4, 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 #EFDEF1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 222 | 241 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.05 |
| HSL | 293.68º | 0.4% | 0.91% | - |
| HSV(B) | 293.68º | 0.08% | 0.95% | - |
| XYZ | 77.6 | 76.94 | 93.98 | - |
| YUV | 229.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 241 | 0.01 | 0.08 | 0 | 0.05 | 293.68 | 0.4 | 0.91 |
| Hex | EF | DE | F1 | 1 | 8 | 0 | 5 | 126 | 28 | 5B |
| Octal | 357 | 336 | 361 | 1 | 10 | 0 | 5 | 446 | 50 | 133 |
| Binary | 11101111 | 11011110 | 11110001 | 1 | 1000 | 0 | 101 | 100100110 | 101000 | 1011011 |
Color Harmonies of #EFDEF1
Complementary color
Monochromatic Colors of #EFDEF1
Black with #EFDEF1
Text Example
Text Example
White with #EFDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF1; }
p { color: rgb(239,222,241); }
H1.HeaderClassName
{
color: #EFDEF1;
}
.AnyTagClassName
{
color: #EFDEF1;
}
</style>
background-color css
<style>
a { background-color: #EFDEF1; }
a { background-color: rgb(239,222,241); }
div.DivClassName
{
background-color: #EFDEF1;
}
.BgClassName
{
background-color: #EFDEF1;
}
</style>
border-color css
<style>
span { border-color: #EFDEF1; }
span { border-color: rgb(239,222,241); }
td.TdClassName
{
border-color: #EFDEF1;
}
.TagClassName
{
border-color: #EFDEF1;
}
</style>