Shades of Kobi #DF90AA
Tints of Kobi #DF90AA
RGB
CMYK
RGB Variations
Color information
#DF90AA (or 0xDF90AA) is known color: Kobi. HEX triplet: DF, 90 and AA. RGB value is (223,144,170). Sum of RGB (Red+Green+Blue) = 223+144+170=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90AA is #206F55. Grayscale: #AAAAAA. Windows color (decimal): -2125654 or 11178207. OLE color: 11178207.
HSL color Cylindrical-coordinate representation of color #DF90AA: hue angle of 340.25º 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 #DF90AA is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 170 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.13 |
| HSL | 340.25º | 0.55% | 0.72% | - |
| HSV(B) | 340.25º | 0.35% | 0.87% | - |
| XYZ | 47.66 | 38.54 | 42.96 | - |
| YUV | 170.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 170 | 0 | 0.35 | 0.24 | 0.13 | 340.25 | 0.55 | 0.72 |
| Hex | DF | 90 | AA | 0 | 23 | 18 | D | 154 | 37 | 48 |
| Octal | 337 | 220 | 252 | 0 | 43 | 30 | 15 | 524 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10101010 | 0 | 100011 | 11000 | 1101 | 101010100 | 110111 | 1001000 |
Color Harmonies of #DF90AA
Complementary color
Monochromatic Colors of #DF90AA
Black with #DF90AA
Text Example
Text Example
White with #DF90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90AA; }
p { color: rgb(223,144,170); }
H1.HeaderClassName
{
color: #DF90AA;
}
.AnyTagClassName
{
color: #DF90AA;
}
</style>
background-color css
<style>
a { background-color: #DF90AA; }
a { background-color: rgb(223,144,170); }
div.DivClassName
{
background-color: #DF90AA;
}
.BgClassName
{
background-color: #DF90AA;
}
</style>
border-color css
<style>
span { border-color: #DF90AA; }
span { border-color: rgb(223,144,170); }
td.TdClassName
{
border-color: #DF90AA;
}
.TagClassName
{
border-color: #DF90AA;
}
</style>