Shades of Kobi #DF90AB
Tints of Kobi #DF90AB
RGB
CMYK
RGB Variations
Color information
#DF90AB (or 0xDF90AB) is known color: Kobi. HEX triplet: DF, 90 and AB. RGB value is (223,144,171). Sum of RGB (Red+Green+Blue) = 223+144+171=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90AB is #206F54. Grayscale: #AAAAAA. Windows color (decimal): -2125653 or 11243743. OLE color: 11243743.
HSL color Cylindrical-coordinate representation of color #DF90AB: hue angle of 339.49º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90AB is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 171 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.13 |
| HSL | 339.49º | 0.55% | 0.72% | - |
| HSV(B) | 339.49º | 0.35% | 0.87% | - |
| XYZ | 47.76 | 38.57 | 43.46 | - |
| YUV | 170.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 171 | 0 | 0.35 | 0.23 | 0.13 | 339.49 | 0.55 | 0.72 |
| Hex | DF | 90 | AB | 0 | 23 | 17 | D | 153 | 37 | 48 |
| Octal | 337 | 220 | 253 | 0 | 43 | 27 | 15 | 523 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10101011 | 0 | 100011 | 10111 | 1101 | 101010011 | 110111 | 1001000 |
Color Harmonies of #DF90AB
Complementary color
Monochromatic Colors of #DF90AB
Black with #DF90AB
Text Example
Text Example
White with #DF90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90AB; }
p { color: rgb(223,144,171); }
H1.HeaderClassName
{
color: #DF90AB;
}
.AnyTagClassName
{
color: #DF90AB;
}
</style>
background-color css
<style>
a { background-color: #DF90AB; }
a { background-color: rgb(223,144,171); }
div.DivClassName
{
background-color: #DF90AB;
}
.BgClassName
{
background-color: #DF90AB;
}
</style>
border-color css
<style>
span { border-color: #DF90AB; }
span { border-color: rgb(223,144,171); }
td.TdClassName
{
border-color: #DF90AB;
}
.TagClassName
{
border-color: #DF90AB;
}
</style>