Shades of Kobi #DF8DAE
Tints of Kobi #DF8DAE
RGB
CMYK
RGB Variations
Color information
#DF8DAE (or 0xDF8DAE) is known color: Kobi. HEX triplet: DF, 8D and AE. RGB value is (223,141,174). Sum of RGB (Red+Green+Blue) = 223+141+174=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8DAE is #207251. Grayscale: #A9A9A9. Windows color (decimal): -2126418 or 11439583. OLE color: 11439583.
HSL color Cylindrical-coordinate representation of color #DF8DAE: hue angle of 335.85º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8DAE is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 174 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.13 |
| HSL | 335.85º | 0.56% | 0.71% | - |
| HSV(B) | 335.85º | 0.37% | 0.87% | - |
| XYZ | 47.6 | 37.79 | 44.83 | - |
| YUV | 169.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 174 | 0 | 0.37 | 0.22 | 0.13 | 335.85 | 0.56 | 0.71 |
| Hex | DF | 8D | AE | 0 | 25 | 16 | D | 150 | 38 | 47 |
| Octal | 337 | 215 | 256 | 0 | 45 | 26 | 15 | 520 | 70 | 107 |
| Binary | 11011111 | 10001101 | 10101110 | 0 | 100101 | 10110 | 1101 | 101010000 | 111000 | 1000111 |
Color Harmonies of #DF8DAE
Complementary color
Monochromatic Colors of #DF8DAE
Black with #DF8DAE
Text Example
Text Example
White with #DF8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DAE; }
p { color: rgb(223,141,174); }
H1.HeaderClassName
{
color: #DF8DAE;
}
.AnyTagClassName
{
color: #DF8DAE;
}
</style>
background-color css
<style>
a { background-color: #DF8DAE; }
a { background-color: rgb(223,141,174); }
div.DivClassName
{
background-color: #DF8DAE;
}
.BgClassName
{
background-color: #DF8DAE;
}
</style>
border-color css
<style>
span { border-color: #DF8DAE; }
span { border-color: rgb(223,141,174); }
td.TdClassName
{
border-color: #DF8DAE;
}
.TagClassName
{
border-color: #DF8DAE;
}
</style>