Shades of Selago #DFDBE0
Tints of Selago #DFDBE0
RGB
CMYK
RGB Variations
Color information
#DFDBE0 (or 0xDFDBE0) is known color: Selago. HEX triplet: DF, DB and E0. RGB value is (223,219,224). Sum of RGB (Red+Green+Blue) = 223+219+224=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBE0 is #20241F. Grayscale: #DCDCDC. Windows color (decimal): -2106400 or 14736351. OLE color: 14736351.
HSL color Cylindrical-coordinate representation of color #DFDBE0: hue angle of 288º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDBE0 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 219 | 224 | - |
| CMYK | 0.00 | 0.02 | 0 | 0.12 |
| HSL | 288º | 0.07% | 0.87% | - |
| HSV(B) | 288º | 0.02% | 0.88% | - |
| XYZ | 69.22 | 71.73 | 80.72 | - |
| YUV | 220.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 224 | 0.00 | 0.02 | 0 | 0.12 | 288 | 0.07 | 0.87 |
| Hex | DF | DB | E0 | 0 | 2 | 0 | C | 120 | 7 | 57 |
| Octal | 337 | 333 | 340 | 0 | 2 | 0 | 14 | 440 | 7 | 127 |
| Binary | 11011111 | 11011011 | 11100000 | 0 | 10 | 0 | 1100 | 100100000 | 111 | 1010111 |
Color Harmonies of #DFDBE0
Complementary color
Monochromatic Colors of #DFDBE0
Black with #DFDBE0
Text Example
Text Example
White with #DFDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBE0; }
p { color: rgb(223,219,224); }
H1.HeaderClassName
{
color: #DFDBE0;
}
.AnyTagClassName
{
color: #DFDBE0;
}
</style>
background-color css
<style>
a { background-color: #DFDBE0; }
a { background-color: rgb(223,219,224); }
div.DivClassName
{
background-color: #DFDBE0;
}
.BgClassName
{
background-color: #DFDBE0;
}
</style>
border-color css
<style>
span { border-color: #DFDBE0; }
span { border-color: rgb(223,219,224); }
td.TdClassName
{
border-color: #DFDBE0;
}
.TagClassName
{
border-color: #DFDBE0;
}
</style>