Shades of Selago #EFE2EE
Tints of Selago #EFE2EE
RGB
CMYK
RGB Variations
Color information
#EFE2EE (or 0xEFE2EE) is known color: Selago. HEX triplet: EF, E2 and EE. RGB value is (239,226,238). Sum of RGB (Red+Green+Blue) = 239+226+238=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2EE is #101D11. Grayscale: #E7E7E7. Windows color (decimal): -1056018 or 15655663. OLE color: 15655663.
HSL color Cylindrical-coordinate representation of color #EFE2EE: hue angle of 304.62º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE2EE is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 226 | 238 | - |
CMYK | 0 | 0.05 | 0.00 | 0.06 |
HSL | 304.62º | 0.29% | 0.91% | - |
HSV(B) | 304.62º | 0.05% | 0.94% | - |
XYZ | 78.23 | 78.92 | 92 | - |
YUV | 231.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 238 | 0 | 0.05 | 0.00 | 0.06 | 304.62 | 0.29 | 0.91 |
Hex | EF | E2 | EE | 0 | 5 | 0 | 6 | 131 | 1D | 5B |
Octal | 357 | 342 | 356 | 0 | 5 | 0 | 6 | 461 | 35 | 133 |
Binary | 11101111 | 11100010 | 11101110 | 0 | 101 | 0 | 110 | 100110001 | 11101 | 1011011 |
Color Harmonies of #EFE2EE
Complementary color
Monochromatic Colors of #EFE2EE
Black with #EFE2EE
Text Example
Text Example
White with #EFE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2EE; }
p { color: rgb(239,226,238); }
H1.HeaderClassName
{
color: #EFE2EE;
}
.AnyTagClassName
{
color: #EFE2EE;
}
</style>
background-color css
<style>
a { background-color: #EFE2EE; }
a { background-color: rgb(239,226,238); }
div.DivClassName
{
background-color: #EFE2EE;
}
.BgClassName
{
background-color: #EFE2EE;
}
</style>
border-color css
<style>
span { border-color: #EFE2EE; }
span { border-color: rgb(239,226,238); }
td.TdClassName
{
border-color: #EFE2EE;
}
.TagClassName
{
border-color: #EFE2EE;
}
</style>