Shades of Selago #EFDCF2
Tints of Selago #EFDCF2
RGB
CMYK
RGB Variations
Color information
#EFDCF2 (or 0xEFDCF2) is known color: Selago. HEX triplet: EF, DC and F2. RGB value is (239,220,242). Sum of RGB (Red+Green+Blue) = 239+220+242=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF2 is #10230D. Grayscale: #E4E4E4. Windows color (decimal): -1057550 or 15916271. OLE color: 15916271.
HSL color Cylindrical-coordinate representation of color #EFDCF2: hue angle of 291.82º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDCF2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 220 | 242 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.05 |
| HSL | 291.82º | 0.46% | 0.91% | - |
| HSV(B) | 291.82º | 0.09% | 0.95% | - |
| XYZ | 77.22 | 75.95 | 94.59 | - |
| YUV | 228.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 242 | 0.01 | 0.09 | 0 | 0.05 | 291.82 | 0.46 | 0.91 |
| Hex | EF | DC | F2 | 1 | 9 | 0 | 5 | 124 | 2E | 5B |
| Octal | 357 | 334 | 362 | 1 | 11 | 0 | 5 | 444 | 56 | 133 |
| Binary | 11101111 | 11011100 | 11110010 | 1 | 1001 | 0 | 101 | 100100100 | 101110 | 1011011 |
Color Harmonies of #EFDCF2
Complementary color
Monochromatic Colors of #EFDCF2
Black with #EFDCF2
Text Example
Text Example
White with #EFDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCF2; }
p { color: rgb(239,220,242); }
H1.HeaderClassName
{
color: #EFDCF2;
}
.AnyTagClassName
{
color: #EFDCF2;
}
</style>
background-color css
<style>
a { background-color: #EFDCF2; }
a { background-color: rgb(239,220,242); }
div.DivClassName
{
background-color: #EFDCF2;
}
.BgClassName
{
background-color: #EFDCF2;
}
</style>
border-color css
<style>
span { border-color: #EFDCF2; }
span { border-color: rgb(239,220,242); }
td.TdClassName
{
border-color: #EFDCF2;
}
.TagClassName
{
border-color: #EFDCF2;
}
</style>