Shades of Kobi #DF97AB
Tints of Kobi #DF97AB
RGB
CMYK
RGB Variations
Color information
#DF97AB (or 0xDF97AB) is known color: Kobi. HEX triplet: DF, 97 and AB. RGB value is (223,151,171). Sum of RGB (Red+Green+Blue) = 223+151+171=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF97AB is #206854. Grayscale: #AEAEAE. Windows color (decimal): -2123861 or 11245535. OLE color: 11245535.
HSL color Cylindrical-coordinate representation of color #DF97AB: hue angle of 343.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF97AB is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 171 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.13 |
| HSL | 343.33º | 0.53% | 0.73% | - |
| HSV(B) | 343.33º | 0.32% | 0.87% | - |
| XYZ | 48.85 | 40.76 | 43.82 | - |
| YUV | 174.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 171 | 0 | 0.32 | 0.23 | 0.13 | 343.33 | 0.53 | 0.73 |
| Hex | DF | 97 | AB | 0 | 20 | 17 | D | 157 | 35 | 49 |
| Octal | 337 | 227 | 253 | 0 | 40 | 27 | 15 | 527 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10101011 | 0 | 100000 | 10111 | 1101 | 101010111 | 110101 | 1001001 |
Color Harmonies of #DF97AB
Complementary color
Monochromatic Colors of #DF97AB
Black with #DF97AB
Text Example
Text Example
White with #DF97AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97AB; }
p { color: rgb(223,151,171); }
H1.HeaderClassName
{
color: #DF97AB;
}
.AnyTagClassName
{
color: #DF97AB;
}
</style>
background-color css
<style>
a { background-color: #DF97AB; }
a { background-color: rgb(223,151,171); }
div.DivClassName
{
background-color: #DF97AB;
}
.BgClassName
{
background-color: #DF97AB;
}
</style>
border-color css
<style>
span { border-color: #DF97AB; }
span { border-color: rgb(223,151,171); }
td.TdClassName
{
border-color: #DF97AB;
}
.TagClassName
{
border-color: #DF97AB;
}
</style>