Shades of Kobi #DF94AB
Tints of Kobi #DF94AB
RGB
CMYK
RGB Variations
Color information
#DF94AB (or 0xDF94AB) is known color: Kobi. HEX triplet: DF, 94 and AB. RGB value is (223,148,171). Sum of RGB (Red+Green+Blue) = 223+148+171=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF94AB is #206B54. Grayscale: #ADADAD. Windows color (decimal): -2124629 or 11244767. OLE color: 11244767.
HSL color Cylindrical-coordinate representation of color #DF94AB: hue angle of 341.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94AB is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 171 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.13 |
| HSL | 341.6º | 0.54% | 0.73% | - |
| HSV(B) | 341.6º | 0.34% | 0.87% | - |
| XYZ | 48.37 | 39.81 | 43.66 | - |
| YUV | 173.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 171 | 0 | 0.34 | 0.23 | 0.13 | 341.6 | 0.54 | 0.73 |
| Hex | DF | 94 | AB | 0 | 22 | 17 | D | 156 | 36 | 49 |
| Octal | 337 | 224 | 253 | 0 | 42 | 27 | 15 | 526 | 66 | 111 |
| Binary | 11011111 | 10010100 | 10101011 | 0 | 100010 | 10111 | 1101 | 101010110 | 110110 | 1001001 |
Color Harmonies of #DF94AB
Complementary color
Monochromatic Colors of #DF94AB
Black with #DF94AB
Text Example
Text Example
White with #DF94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94AB; }
p { color: rgb(223,148,171); }
H1.HeaderClassName
{
color: #DF94AB;
}
.AnyTagClassName
{
color: #DF94AB;
}
</style>
background-color css
<style>
a { background-color: #DF94AB; }
a { background-color: rgb(223,148,171); }
div.DivClassName
{
background-color: #DF94AB;
}
.BgClassName
{
background-color: #DF94AB;
}
</style>
border-color css
<style>
span { border-color: #DF94AB; }
span { border-color: rgb(223,148,171); }
td.TdClassName
{
border-color: #DF94AB;
}
.TagClassName
{
border-color: #DF94AB;
}
</style>