Shades of Selago #EFDEF3
Tints of Selago #EFDEF3
RGB
CMYK
RGB Variations
Color information
#EFDEF3 (or 0xEFDEF3) is known color: Selago. HEX triplet: EF, DE and F3. RGB value is (239,222,243). Sum of RGB (Red+Green+Blue) = 239+222+243=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF3 is #10210C. Grayscale: #E5E5E5. Windows color (decimal): -1057037 or 15982319. OLE color: 15982319.
HSL color Cylindrical-coordinate representation of color #EFDEF3: hue angle of 288.57º degrees, saturation: 0.47, 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 #EFDEF3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 222 | 243 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.05 |
| HSL | 288.57º | 0.47% | 0.91% | - |
| HSV(B) | 288.57º | 0.09% | 0.95% | - |
| XYZ | 77.9 | 77.06 | 95.56 | - |
| YUV | 229.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 243 | 0.02 | 0.09 | 0 | 0.05 | 288.57 | 0.47 | 0.91 |
| Hex | EF | DE | F3 | 2 | 9 | 0 | 5 | 121 | 2F | 5B |
| Octal | 357 | 336 | 363 | 2 | 11 | 0 | 5 | 441 | 57 | 133 |
| Binary | 11101111 | 11011110 | 11110011 | 10 | 1001 | 0 | 101 | 100100001 | 101111 | 1011011 |
Color Harmonies of #EFDEF3
Complementary color
Monochromatic Colors of #EFDEF3
Black with #EFDEF3
Text Example
Text Example
White with #EFDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF3; }
p { color: rgb(239,222,243); }
H1.HeaderClassName
{
color: #EFDEF3;
}
.AnyTagClassName
{
color: #EFDEF3;
}
</style>
background-color css
<style>
a { background-color: #EFDEF3; }
a { background-color: rgb(239,222,243); }
div.DivClassName
{
background-color: #EFDEF3;
}
.BgClassName
{
background-color: #EFDEF3;
}
</style>
border-color css
<style>
span { border-color: #EFDEF3; }
span { border-color: rgb(239,222,243); }
td.TdClassName
{
border-color: #EFDEF3;
}
.TagClassName
{
border-color: #EFDEF3;
}
</style>