Shades of Selago #EFDEF4
Tints of Selago #EFDEF4
RGB
CMYK
RGB Variations
Color information
#EFDEF4 (or 0xEFDEF4) is known color: Selago. HEX triplet: EF, DE and F4. RGB value is (239,222,244). Sum of RGB (Red+Green+Blue) = 239+222+244=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFDEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF4 is #10210B. Grayscale: #E5E5E5. Windows color (decimal): -1057036 or 16047855. OLE color: 16047855.
HSL color Cylindrical-coordinate representation of color #EFDEF4: hue angle of 286.36º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDEF4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 222 | 244 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.04 |
| HSL | 286.36º | 0.5% | 0.91% | - |
| HSV(B) | 286.36º | 0.09% | 0.96% | - |
| XYZ | 78.05 | 77.12 | 96.36 | - |
| YUV | 229.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 244 | 0.02 | 0.09 | 0 | 0.04 | 286.36 | 0.5 | 0.91 |
| Hex | EF | DE | F4 | 2 | 9 | 0 | 4 | 11E | 32 | 5B |
| Octal | 357 | 336 | 364 | 2 | 11 | 0 | 4 | 436 | 62 | 133 |
| Binary | 11101111 | 11011110 | 11110100 | 10 | 1001 | 0 | 100 | 100011110 | 110010 | 1011011 |
Color Harmonies of #EFDEF4
Complementary color
Monochromatic Colors of #EFDEF4
Black with #EFDEF4
Text Example
Text Example
White with #EFDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF4; }
p { color: rgb(239,222,244); }
H1.HeaderClassName
{
color: #EFDEF4;
}
.AnyTagClassName
{
color: #EFDEF4;
}
</style>
background-color css
<style>
a { background-color: #EFDEF4; }
a { background-color: rgb(239,222,244); }
div.DivClassName
{
background-color: #EFDEF4;
}
.BgClassName
{
background-color: #EFDEF4;
}
</style>
border-color css
<style>
span { border-color: #EFDEF4; }
span { border-color: rgb(239,222,244); }
td.TdClassName
{
border-color: #EFDEF4;
}
.TagClassName
{
border-color: #EFDEF4;
}
</style>