Shades of Kobi #DF8BA6
Tints of Kobi #DF8BA6
RGB
CMYK
RGB Variations
Color information
#DF8BA6 (or 0xDF8BA6) is known color: Kobi. HEX triplet: DF, 8B and A6. RGB value is (223,139,166). Sum of RGB (Red+Green+Blue) = 223+139+166=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8BA6 is #207459. Grayscale: #A7A7A7. Windows color (decimal): -2126938 or 10914783. OLE color: 10914783.
HSL color Cylindrical-coordinate representation of color #DF8BA6: hue angle of 340.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BA6 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 166 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.13 |
| HSL | 340.71º | 0.57% | 0.71% | - |
| HSV(B) | 340.71º | 0.38% | 0.87% | - |
| XYZ | 46.55 | 36.91 | 40.75 | - |
| YUV | 167.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 166 | 0 | 0.38 | 0.26 | 0.13 | 340.71 | 0.57 | 0.71 |
| Hex | DF | 8B | A6 | 0 | 26 | 1A | D | 155 | 39 | 47 |
| Octal | 337 | 213 | 246 | 0 | 46 | 32 | 15 | 525 | 71 | 107 |
| Binary | 11011111 | 10001011 | 10100110 | 0 | 100110 | 11010 | 1101 | 101010101 | 111001 | 1000111 |
Color Harmonies of #DF8BA6
Complementary color
Monochromatic Colors of #DF8BA6
Black with #DF8BA6
Text Example
Text Example
White with #DF8BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BA6; }
p { color: rgb(223,139,166); }
H1.HeaderClassName
{
color: #DF8BA6;
}
.AnyTagClassName
{
color: #DF8BA6;
}
</style>
background-color css
<style>
a { background-color: #DF8BA6; }
a { background-color: rgb(223,139,166); }
div.DivClassName
{
background-color: #DF8BA6;
}
.BgClassName
{
background-color: #DF8BA6;
}
</style>
border-color css
<style>
span { border-color: #DF8BA6; }
span { border-color: rgb(223,139,166); }
td.TdClassName
{
border-color: #DF8BA6;
}
.TagClassName
{
border-color: #DF8BA6;
}
</style>