Shades of Kobi #DF9AAE
Tints of Kobi #DF9AAE
RGB
CMYK
RGB Variations
Color information
#DF9AAE (or 0xDF9AAE) is known color: Kobi. HEX triplet: DF, 9A and AE. RGB value is (223,154,174). Sum of RGB (Red+Green+Blue) = 223+154+174=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9AAE is #206551. Grayscale: #B0B0B0. Windows color (decimal): -2123090 or 11442911. OLE color: 11442911.
HSL color Cylindrical-coordinate representation of color #DF9AAE: hue angle of 342.61º 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 #DF9AAE is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 174 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.13 |
| HSL | 342.61º | 0.52% | 0.74% | - |
| HSV(B) | 342.61º | 0.31% | 0.87% | - |
| XYZ | 49.63 | 41.86 | 45.51 | - |
| YUV | 176.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 174 | 0 | 0.31 | 0.22 | 0.13 | 342.61 | 0.52 | 0.74 |
| Hex | DF | 9A | AE | 0 | 1F | 16 | D | 157 | 34 | 4A |
| Octal | 337 | 232 | 256 | 0 | 37 | 26 | 15 | 527 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10101110 | 0 | 11111 | 10110 | 1101 | 101010111 | 110100 | 1001010 |
Color Harmonies of #DF9AAE
Complementary color
Monochromatic Colors of #DF9AAE
Black with #DF9AAE
Text Example
Text Example
White with #DF9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AAE; }
p { color: rgb(223,154,174); }
H1.HeaderClassName
{
color: #DF9AAE;
}
.AnyTagClassName
{
color: #DF9AAE;
}
</style>
background-color css
<style>
a { background-color: #DF9AAE; }
a { background-color: rgb(223,154,174); }
div.DivClassName
{
background-color: #DF9AAE;
}
.BgClassName
{
background-color: #DF9AAE;
}
</style>
border-color css
<style>
span { border-color: #DF9AAE; }
span { border-color: rgb(223,154,174); }
td.TdClassName
{
border-color: #DF9AAE;
}
.TagClassName
{
border-color: #DF9AAE;
}
</style>