Shades of Kobi #DF9BAE
Tints of Kobi #DF9BAE
RGB
CMYK
RGB Variations
Color information
#DF9BAE (or 0xDF9BAE) is known color: Kobi. HEX triplet: DF, 9B and AE. RGB value is (223,155,174). Sum of RGB (Red+Green+Blue) = 223+155+174=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9BAE is #206451. Grayscale: #B1B1B1. Windows color (decimal): -2122834 or 11443167. OLE color: 11443167.
HSL color Cylindrical-coordinate representation of color #DF9BAE: hue angle of 343.24º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9BAE is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 174 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.13 |
| HSL | 343.24º | 0.52% | 0.74% | - |
| HSV(B) | 343.24º | 0.3% | 0.87% | - |
| XYZ | 49.79 | 42.19 | 45.56 | - |
| YUV | 177.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 174 | 0 | 0.30 | 0.22 | 0.13 | 343.24 | 0.52 | 0.74 |
| Hex | DF | 9B | AE | 0 | 1E | 16 | D | 157 | 34 | 4A |
| Octal | 337 | 233 | 256 | 0 | 36 | 26 | 15 | 527 | 64 | 112 |
| Binary | 11011111 | 10011011 | 10101110 | 0 | 11110 | 10110 | 1101 | 101010111 | 110100 | 1001010 |
Color Harmonies of #DF9BAE
Complementary color
Monochromatic Colors of #DF9BAE
Black with #DF9BAE
Text Example
Text Example
White with #DF9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BAE; }
p { color: rgb(223,155,174); }
H1.HeaderClassName
{
color: #DF9BAE;
}
.AnyTagClassName
{
color: #DF9BAE;
}
</style>
background-color css
<style>
a { background-color: #DF9BAE; }
a { background-color: rgb(223,155,174); }
div.DivClassName
{
background-color: #DF9BAE;
}
.BgClassName
{
background-color: #DF9BAE;
}
</style>
border-color css
<style>
span { border-color: #DF9BAE; }
span { border-color: rgb(223,155,174); }
td.TdClassName
{
border-color: #DF9BAE;
}
.TagClassName
{
border-color: #DF9BAE;
}
</style>