Shades of Selago #EFDDF0
Tints of Selago #EFDDF0
RGB
CMYK
RGB Variations
Color information
#EFDDF0 (or 0xEFDDF0) is known color: Selago. HEX triplet: EF, DD and F0. RGB value is (239,221,240). Sum of RGB (Red+Green+Blue) = 239+221+240=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF0 is #10220F. Grayscale: #E4E4E4. Windows color (decimal): -1057296 or 15785455. OLE color: 15785455.
HSL color Cylindrical-coordinate representation of color #EFDDF0: hue angle of 296.84º degrees, saturation: 0.39, 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 #EFDDF0 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 221 | 240 | - |
CMYK | 0.00 | 0.08 | 0 | 0.06 |
HSL | 296.84º | 0.39% | 0.9% | - |
HSV(B) | 296.84º | 0.08% | 0.94% | - |
XYZ | 77.18 | 76.35 | 93.11 | - |
YUV | 228.55 | 134.46 | 135.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 240 | 0.00 | 0.08 | 0 | 0.06 | 296.84 | 0.39 | 0.9 |
Hex | EF | DD | F0 | 0 | 8 | 0 | 6 | 129 | 27 | 5A |
Octal | 357 | 335 | 360 | 0 | 10 | 0 | 6 | 451 | 47 | 132 |
Binary | 11101111 | 11011101 | 11110000 | 0 | 1000 | 0 | 110 | 100101001 | 100111 | 1011010 |
Color Harmonies of #EFDDF0
Complementary color
Monochromatic Colors of #EFDDF0
Black with #EFDDF0
Text Example
Text Example
White with #EFDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDF0; }
p { color: rgb(239,221,240); }
H1.HeaderClassName
{
color: #EFDDF0;
}
.AnyTagClassName
{
color: #EFDDF0;
}
</style>
background-color css
<style>
a { background-color: #EFDDF0; }
a { background-color: rgb(239,221,240); }
div.DivClassName
{
background-color: #EFDDF0;
}
.BgClassName
{
background-color: #EFDDF0;
}
</style>
border-color css
<style>
span { border-color: #EFDDF0; }
span { border-color: rgb(239,221,240); }
td.TdClassName
{
border-color: #EFDDF0;
}
.TagClassName
{
border-color: #EFDDF0;
}
</style>