Shades of Selago #EFDBF0
Tints of Selago #EFDBF0
RGB
CMYK
RGB Variations
Color information
#EFDBF0 (or 0xEFDBF0) is known color: Selago. HEX triplet: EF, DB and F0. RGB value is (239,219,240). Sum of RGB (Red+Green+Blue) = 239+219+240=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBF0 is #10240F. Grayscale: #E3E3E3. Windows color (decimal): -1057808 or 15784943. OLE color: 15784943.
HSL color Cylindrical-coordinate representation of color #EFDBF0: hue angle of 297.14º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDBF0 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 240 | - |
CMYK | 0.00 | 0.09 | 0 | 0.06 |
HSL | 297.14º | 0.41% | 0.9% | - |
HSV(B) | 297.14º | 0.09% | 0.94% | - |
XYZ | 76.66 | 75.31 | 92.93 | - |
YUV | 227.37 | 135.13 | 136.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 240 | 0.00 | 0.09 | 0 | 0.06 | 297.14 | 0.41 | 0.9 |
Hex | EF | DB | F0 | 0 | 9 | 0 | 6 | 129 | 29 | 5A |
Octal | 357 | 333 | 360 | 0 | 11 | 0 | 6 | 451 | 51 | 132 |
Binary | 11101111 | 11011011 | 11110000 | 0 | 1001 | 0 | 110 | 100101001 | 101001 | 1011010 |
Color Harmonies of #EFDBF0
Complementary color
Monochromatic Colors of #EFDBF0
Black with #EFDBF0
Text Example
Text Example
White with #EFDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBF0; }
p { color: rgb(239,219,240); }
H1.HeaderClassName
{
color: #EFDBF0;
}
.AnyTagClassName
{
color: #EFDBF0;
}
</style>
background-color css
<style>
a { background-color: #EFDBF0; }
a { background-color: rgb(239,219,240); }
div.DivClassName
{
background-color: #EFDBF0;
}
.BgClassName
{
background-color: #EFDBF0;
}
</style>
border-color css
<style>
span { border-color: #EFDBF0; }
span { border-color: rgb(239,219,240); }
td.TdClassName
{
border-color: #EFDBF0;
}
.TagClassName
{
border-color: #EFDBF0;
}
</style>