Shades of Selago #EFD7F2
Tints of Selago #EFD7F2
RGB
CMYK
RGB Variations
Color information
#EFD7F2 (or 0xEFD7F2) is known color: Selago. HEX triplet: EF, D7 and F2. RGB value is (239,215,242). Sum of RGB (Red+Green+Blue) = 239+215+242=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7F2 is #10280D. Grayscale: #E1E1E1. Windows color (decimal): -1058830 or 15914991. OLE color: 15914991.
HSL color Cylindrical-coordinate representation of color #EFD7F2: hue angle of 293.33º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD7F2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 215 | 242 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.05 |
| HSL | 293.33º | 0.51% | 0.9% | - |
| HSV(B) | 293.33º | 0.11% | 0.95% | - |
| XYZ | 75.92 | 73.36 | 94.16 | - |
| YUV | 225.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 242 | 0.01 | 0.11 | 0 | 0.05 | 293.33 | 0.51 | 0.9 |
| Hex | EF | D7 | F2 | 1 | B | 0 | 5 | 125 | 33 | 5A |
| Octal | 357 | 327 | 362 | 1 | 13 | 0 | 5 | 445 | 63 | 132 |
| Binary | 11101111 | 11010111 | 11110010 | 1 | 1011 | 0 | 101 | 100100101 | 110011 | 1011010 |
Color Harmonies of #EFD7F2
Complementary color
Monochromatic Colors of #EFD7F2
Black with #EFD7F2
Text Example
Text Example
White with #EFD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7F2; }
p { color: rgb(239,215,242); }
H1.HeaderClassName
{
color: #EFD7F2;
}
.AnyTagClassName
{
color: #EFD7F2;
}
</style>
background-color css
<style>
a { background-color: #EFD7F2; }
a { background-color: rgb(239,215,242); }
div.DivClassName
{
background-color: #EFD7F2;
}
.BgClassName
{
background-color: #EFD7F2;
}
</style>
border-color css
<style>
span { border-color: #EFD7F2; }
span { border-color: rgb(239,215,242); }
td.TdClassName
{
border-color: #EFD7F2;
}
.TagClassName
{
border-color: #EFD7F2;
}
</style>