Shades of Selago #EFE7EE
Tints of Selago #EFE7EE
RGB
CMYK
RGB Variations
Color information
#EFE7EE (or 0xEFE7EE) is known color: Selago. HEX triplet: EF, E7 and EE. RGB value is (239,231,238). Sum of RGB (Red+Green+Blue) = 239+231+238=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7EE is #101811. Grayscale: #EAEAEA. Windows color (decimal): -1054738 or 15656943. OLE color: 15656943.
HSL color Cylindrical-coordinate representation of color #EFE7EE: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE7EE is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 231 | 238 | - |
CMYK | 0 | 0.03 | 0.00 | 0.06 |
HSL | 307.5º | 0.2% | 0.92% | - |
HSV(B) | 307.5º | 0.03% | 0.94% | - |
XYZ | 79.61 | 81.68 | 92.46 | - |
YUV | 234.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 231 | 238 | 0 | 0.03 | 0.00 | 0.06 | 307.5 | 0.2 | 0.92 |
Hex | EF | E7 | EE | 0 | 3 | 0 | 6 | 134 | 14 | 5C |
Octal | 357 | 347 | 356 | 0 | 3 | 0 | 6 | 464 | 24 | 134 |
Binary | 11101111 | 11100111 | 11101110 | 0 | 11 | 0 | 110 | 100110100 | 10100 | 1011100 |
Color Harmonies of #EFE7EE
Complementary color
Monochromatic Colors of #EFE7EE
Black with #EFE7EE
Text Example
Text Example
White with #EFE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7EE; }
p { color: rgb(239,231,238); }
H1.HeaderClassName
{
color: #EFE7EE;
}
.AnyTagClassName
{
color: #EFE7EE;
}
</style>
background-color css
<style>
a { background-color: #EFE7EE; }
a { background-color: rgb(239,231,238); }
div.DivClassName
{
background-color: #EFE7EE;
}
.BgClassName
{
background-color: #EFE7EE;
}
</style>
border-color css
<style>
span { border-color: #EFE7EE; }
span { border-color: rgb(239,231,238); }
td.TdClassName
{
border-color: #EFE7EE;
}
.TagClassName
{
border-color: #EFE7EE;
}
</style>