Shades of Selago #EFDCEF
Tints of Selago #EFDCEF
RGB
CMYK
RGB Variations
Color information
#EFDCEF (or 0xEFDCEF) is known color: Selago. HEX triplet: EF, DC and EF. RGB value is (239,220,239). Sum of RGB (Red+Green+Blue) = 239+220+239=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEF is #102310. Grayscale: #E3E3E3. Windows color (decimal): -1057553 or 15719663. OLE color: 15719663.
HSL color Cylindrical-coordinate representation of color #EFDCEF: hue angle of 300º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDCEF is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 239 | - |
| CMYK | 0 | 0.08 | 0 | 0.06 |
| HSL | 300º | 0.37% | 0.9% | - |
| HSV(B) | 300º | 0.08% | 0.94% | - |
| XYZ | 76.77 | 75.77 | 92.24 | - |
| YUV | 227.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 239 | 0 | 0.08 | 0 | 0.06 | 300 | 0.37 | 0.9 |
| Hex | EF | DC | EF | 0 | 8 | 0 | 6 | 12C | 25 | 5A |
| Octal | 357 | 334 | 357 | 0 | 10 | 0 | 6 | 454 | 45 | 132 |
| Binary | 11101111 | 11011100 | 11101111 | 0 | 1000 | 0 | 110 | 100101100 | 100101 | 1011010 |
Color Harmonies of #EFDCEF
Complementary color
Monochromatic Colors of #EFDCEF
Black with #EFDCEF
Text Example
Text Example
White with #EFDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCEF; }
p { color: rgb(239,220,239); }
H1.HeaderClassName
{
color: #EFDCEF;
}
.AnyTagClassName
{
color: #EFDCEF;
}
</style>
background-color css
<style>
a { background-color: #EFDCEF; }
a { background-color: rgb(239,220,239); }
div.DivClassName
{
background-color: #EFDCEF;
}
.BgClassName
{
background-color: #EFDCEF;
}
</style>
border-color css
<style>
span { border-color: #EFDCEF; }
span { border-color: rgb(239,220,239); }
td.TdClassName
{
border-color: #EFDCEF;
}
.TagClassName
{
border-color: #EFDCEF;
}
</style>