Shades of Selago #EFDBF3
Tints of Selago #EFDBF3
RGB
CMYK
RGB Variations
Color information
#EFDBF3 (or 0xEFDBF3) is known color: Selago. HEX triplet: EF, DB and F3. RGB value is (239,219,243). Sum of RGB (Red+Green+Blue) = 239+219+243=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBF3 is #10240C. Grayscale: #E3E3E3. Windows color (decimal): -1057805 or 15981551. OLE color: 15981551.
HSL color Cylindrical-coordinate representation of color #EFDBF3: hue angle of 290º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDBF3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 219 | 243 | - |
CMYK | 0.02 | 0.10 | 0 | 0.05 |
HSL | 290º | 0.5% | 0.91% | - |
HSV(B) | 290º | 0.1% | 0.95% | - |
XYZ | 77.11 | 75.48 | 95.3 | - |
YUV | 227.72 | 136.63 | 136.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 243 | 0.02 | 0.10 | 0 | 0.05 | 290 | 0.5 | 0.91 |
Hex | EF | DB | F3 | 2 | A | 0 | 5 | 122 | 32 | 5B |
Octal | 357 | 333 | 363 | 2 | 12 | 0 | 5 | 442 | 62 | 133 |
Binary | 11101111 | 11011011 | 11110011 | 10 | 1010 | 0 | 101 | 100100010 | 110010 | 1011011 |
Color Harmonies of #EFDBF3
Complementary color
Monochromatic Colors of #EFDBF3
Black with #EFDBF3
Text Example
Text Example
White with #EFDBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBF3; }
p { color: rgb(239,219,243); }
H1.HeaderClassName
{
color: #EFDBF3;
}
.AnyTagClassName
{
color: #EFDBF3;
}
</style>
background-color css
<style>
a { background-color: #EFDBF3; }
a { background-color: rgb(239,219,243); }
div.DivClassName
{
background-color: #EFDBF3;
}
.BgClassName
{
background-color: #EFDBF3;
}
</style>
border-color css
<style>
span { border-color: #EFDBF3; }
span { border-color: rgb(239,219,243); }
td.TdClassName
{
border-color: #EFDBF3;
}
.TagClassName
{
border-color: #EFDBF3;
}
</style>