Shades of Selago #EFDDF2
Tints of Selago #EFDDF2
RGB
CMYK
RGB Variations
Color information
#EFDDF2 (or 0xEFDDF2) is known color: Selago. HEX triplet: EF, DD and F2. RGB value is (239,221,242). Sum of RGB (Red+Green+Blue) = 239+221+242=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF2 is #10220D. Grayscale: #E4E4E4. Windows color (decimal): -1057294 or 15916527. OLE color: 15916527.
HSL color Cylindrical-coordinate representation of color #EFDDF2: hue angle of 291.43º degrees, saturation: 0.45, 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 #EFDDF2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 221 | 242 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.05 |
| HSL | 291.43º | 0.45% | 0.91% | - |
| HSV(B) | 291.43º | 0.09% | 0.95% | - |
| XYZ | 77.48 | 76.47 | 94.68 | - |
| YUV | 228.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 242 | 0.01 | 0.09 | 0 | 0.05 | 291.43 | 0.45 | 0.91 |
| Hex | EF | DD | F2 | 1 | 9 | 0 | 5 | 123 | 2D | 5B |
| Octal | 357 | 335 | 362 | 1 | 11 | 0 | 5 | 443 | 55 | 133 |
| Binary | 11101111 | 11011101 | 11110010 | 1 | 1001 | 0 | 101 | 100100011 | 101101 | 1011011 |
Color Harmonies of #EFDDF2
Complementary color
Monochromatic Colors of #EFDDF2
Black with #EFDDF2
Text Example
Text Example
White with #EFDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDF2; }
p { color: rgb(239,221,242); }
H1.HeaderClassName
{
color: #EFDDF2;
}
.AnyTagClassName
{
color: #EFDDF2;
}
</style>
background-color css
<style>
a { background-color: #EFDDF2; }
a { background-color: rgb(239,221,242); }
div.DivClassName
{
background-color: #EFDDF2;
}
.BgClassName
{
background-color: #EFDDF2;
}
</style>
border-color css
<style>
span { border-color: #EFDDF2; }
span { border-color: rgb(239,221,242); }
td.TdClassName
{
border-color: #EFDDF2;
}
.TagClassName
{
border-color: #EFDDF2;
}
</style>