Shades of Kobi #DFA0B5
Tints of Kobi #DFA0B5
RGB
CMYK
RGB Variations
Color information
#DFA0B5 (or 0xDFA0B5) is known color: Kobi. HEX triplet: DF, A0 and B5. RGB value is (223,160,181). Sum of RGB (Red+Green+Blue) = 223+160+181=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0B5 is #205F4A. Grayscale: #B5B5B5. Windows color (decimal): -2121547 or 11903199. OLE color: 11903199.
HSL color Cylindrical-coordinate representation of color #DFA0B5: hue angle of 340º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA0B5 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 181 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.13 |
| HSL | 340º | 0.5% | 0.75% | - |
| HSV(B) | 340º | 0.28% | 0.87% | - |
| XYZ | 51.34 | 44.17 | 49.53 | - |
| YUV | 181.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 181 | 0 | 0.28 | 0.19 | 0.13 | 340 | 0.5 | 0.75 |
| Hex | DF | A0 | B5 | 0 | 1C | 13 | D | 154 | 32 | 4B |
| Octal | 337 | 240 | 265 | 0 | 34 | 23 | 15 | 524 | 62 | 113 |
| Binary | 11011111 | 10100000 | 10110101 | 0 | 11100 | 10011 | 1101 | 101010100 | 110010 | 1001011 |
Color Harmonies of #DFA0B5
Complementary color
Monochromatic Colors of #DFA0B5
Black with #DFA0B5
Text Example
Text Example
White with #DFA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA0B5; }
p { color: rgb(223,160,181); }
H1.HeaderClassName
{
color: #DFA0B5;
}
.AnyTagClassName
{
color: #DFA0B5;
}
</style>
background-color css
<style>
a { background-color: #DFA0B5; }
a { background-color: rgb(223,160,181); }
div.DivClassName
{
background-color: #DFA0B5;
}
.BgClassName
{
background-color: #DFA0B5;
}
</style>
border-color css
<style>
span { border-color: #DFA0B5; }
span { border-color: rgb(223,160,181); }
td.TdClassName
{
border-color: #DFA0B5;
}
.TagClassName
{
border-color: #DFA0B5;
}
</style>