Shades of Selago #EFDCF1
Tints of Selago #EFDCF1
RGB
CMYK
RGB Variations
Color information
#EFDCF1 (or 0xEFDCF1) is known color: Selago. HEX triplet: EF, DC and F1. RGB value is (239,220,241). Sum of RGB (Red+Green+Blue) = 239+220+241=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF1 is #10230E. Grayscale: #E4E4E4. Windows color (decimal): -1057551 or 15850735. OLE color: 15850735.
HSL color Cylindrical-coordinate representation of color #EFDCF1: hue angle of 294.29º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDCF1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 220 | 241 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.05 |
| HSL | 294.29º | 0.43% | 0.9% | - |
| HSV(B) | 294.29º | 0.09% | 0.95% | - |
| XYZ | 77.07 | 75.89 | 93.81 | - |
| YUV | 228.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 241 | 0.01 | 0.09 | 0 | 0.05 | 294.29 | 0.43 | 0.9 |
| Hex | EF | DC | F1 | 1 | 9 | 0 | 5 | 126 | 2B | 5A |
| Octal | 357 | 334 | 361 | 1 | 11 | 0 | 5 | 446 | 53 | 132 |
| Binary | 11101111 | 11011100 | 11110001 | 1 | 1001 | 0 | 101 | 100100110 | 101011 | 1011010 |
Color Harmonies of #EFDCF1
Complementary color
Monochromatic Colors of #EFDCF1
Black with #EFDCF1
Text Example
Text Example
White with #EFDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCF1; }
p { color: rgb(239,220,241); }
H1.HeaderClassName
{
color: #EFDCF1;
}
.AnyTagClassName
{
color: #EFDCF1;
}
</style>
background-color css
<style>
a { background-color: #EFDCF1; }
a { background-color: rgb(239,220,241); }
div.DivClassName
{
background-color: #EFDCF1;
}
.BgClassName
{
background-color: #EFDCF1;
}
</style>
border-color css
<style>
span { border-color: #EFDCF1; }
span { border-color: rgb(239,220,241); }
td.TdClassName
{
border-color: #EFDCF1;
}
.TagClassName
{
border-color: #EFDCF1;
}
</style>