Shades of Kobi #DFA1B6
Tints of Kobi #DFA1B6
RGB
CMYK
RGB Variations
Color information
#DFA1B6 (or 0xDFA1B6) is known color: Kobi. HEX triplet: DF, A1 and B6. RGB value is (223,161,182). Sum of RGB (Red+Green+Blue) = 223+161+182=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1B6 is #205E49. Grayscale: #B5B5B5. Windows color (decimal): -2121290 or 11968991. OLE color: 11968991.
HSL color Cylindrical-coordinate representation of color #DFA1B6: hue angle of 339.68º degrees, saturation: 0.49, 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 #DFA1B6 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 182 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.13 |
| HSL | 339.68º | 0.49% | 0.75% | - |
| HSV(B) | 339.68º | 0.28% | 0.87% | - |
| XYZ | 51.62 | 44.56 | 50.14 | - |
| YUV | 181.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 182 | 0 | 0.28 | 0.18 | 0.13 | 339.68 | 0.49 | 0.75 |
| Hex | DF | A1 | B6 | 0 | 1C | 12 | D | 154 | 31 | 4B |
| Octal | 337 | 241 | 266 | 0 | 34 | 22 | 15 | 524 | 61 | 113 |
| Binary | 11011111 | 10100001 | 10110110 | 0 | 11100 | 10010 | 1101 | 101010100 | 110001 | 1001011 |
Color Harmonies of #DFA1B6
Complementary color
Monochromatic Colors of #DFA1B6
Black with #DFA1B6
Text Example
Text Example
White with #DFA1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1B6; }
p { color: rgb(223,161,182); }
H1.HeaderClassName
{
color: #DFA1B6;
}
.AnyTagClassName
{
color: #DFA1B6;
}
</style>
background-color css
<style>
a { background-color: #DFA1B6; }
a { background-color: rgb(223,161,182); }
div.DivClassName
{
background-color: #DFA1B6;
}
.BgClassName
{
background-color: #DFA1B6;
}
</style>
border-color css
<style>
span { border-color: #DFA1B6; }
span { border-color: rgb(223,161,182); }
td.TdClassName
{
border-color: #DFA1B6;
}
.TagClassName
{
border-color: #DFA1B6;
}
</style>