Shades of Kobi #DF99AB
Tints of Kobi #DF99AB
RGB
CMYK
RGB Variations
Color information
#DF99AB (or 0xDF99AB) is known color: Kobi. HEX triplet: DF, 99 and AB. RGB value is (223,153,171). Sum of RGB (Red+Green+Blue) = 223+153+171=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99AB is #206654. Grayscale: #AFAFAF. Windows color (decimal): -2123349 or 11246047. OLE color: 11246047.
HSL color Cylindrical-coordinate representation of color #DF99AB: hue angle of 344.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99AB is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 171 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.13 |
| HSL | 344.57º | 0.52% | 0.74% | - |
| HSV(B) | 344.57º | 0.31% | 0.87% | - |
| XYZ | 49.17 | 41.41 | 43.93 | - |
| YUV | 175.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 171 | 0 | 0.31 | 0.23 | 0.13 | 344.57 | 0.52 | 0.74 |
| Hex | DF | 99 | AB | 0 | 1F | 17 | D | 159 | 34 | 4A |
| Octal | 337 | 231 | 253 | 0 | 37 | 27 | 15 | 531 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10101011 | 0 | 11111 | 10111 | 1101 | 101011001 | 110100 | 1001010 |
Color Harmonies of #DF99AB
Complementary color
Monochromatic Colors of #DF99AB
Black with #DF99AB
Text Example
Text Example
White with #DF99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99AB; }
p { color: rgb(223,153,171); }
H1.HeaderClassName
{
color: #DF99AB;
}
.AnyTagClassName
{
color: #DF99AB;
}
</style>
background-color css
<style>
a { background-color: #DF99AB; }
a { background-color: rgb(223,153,171); }
div.DivClassName
{
background-color: #DF99AB;
}
.BgClassName
{
background-color: #DF99AB;
}
</style>
border-color css
<style>
span { border-color: #DF99AB; }
span { border-color: rgb(223,153,171); }
td.TdClassName
{
border-color: #DF99AB;
}
.TagClassName
{
border-color: #DF99AB;
}
</style>