Shades of Selago #EFD9F3
Tints of Selago #EFD9F3
RGB
CMYK
RGB Variations
Color information
#EFD9F3 (or 0xEFD9F3) is known color: Selago. HEX triplet: EF, D9 and F3. RGB value is (239,217,243). Sum of RGB (Red+Green+Blue) = 239+217+243=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFD9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9F3 is #10260C. Grayscale: #E2E2E2. Windows color (decimal): -1058317 or 15981039. OLE color: 15981039.
HSL color Cylindrical-coordinate representation of color #EFD9F3: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD9F3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 217 | 243 | - |
CMYK | 0.02 | 0.11 | 0 | 0.05 |
HSL | 290.77º | 0.52% | 0.9% | - |
HSV(B) | 290.77º | 0.11% | 0.95% | - |
XYZ | 76.59 | 74.45 | 95.13 | - |
YUV | 226.54 | 137.29 | 136.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 217 | 243 | 0.02 | 0.11 | 0 | 0.05 | 290.77 | 0.52 | 0.9 |
Hex | EF | D9 | F3 | 2 | B | 0 | 5 | 123 | 34 | 5A |
Octal | 357 | 331 | 363 | 2 | 13 | 0 | 5 | 443 | 64 | 132 |
Binary | 11101111 | 11011001 | 11110011 | 10 | 1011 | 0 | 101 | 100100011 | 110100 | 1011010 |
Color Harmonies of #EFD9F3
Complementary color
Monochromatic Colors of #EFD9F3
Black with #EFD9F3
Text Example
Text Example
White with #EFD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9F3; }
p { color: rgb(239,217,243); }
H1.HeaderClassName
{
color: #EFD9F3;
}
.AnyTagClassName
{
color: #EFD9F3;
}
</style>
background-color css
<style>
a { background-color: #EFD9F3; }
a { background-color: rgb(239,217,243); }
div.DivClassName
{
background-color: #EFD9F3;
}
.BgClassName
{
background-color: #EFD9F3;
}
</style>
border-color css
<style>
span { border-color: #EFD9F3; }
span { border-color: rgb(239,217,243); }
td.TdClassName
{
border-color: #EFD9F3;
}
.TagClassName
{
border-color: #EFD9F3;
}
</style>