Shades of Kobi #DF8AAE
Tints of Kobi #DF8AAE
RGB
CMYK
RGB Variations
Color information
#DF8AAE (or 0xDF8AAE) is known color: Kobi. HEX triplet: DF, 8A and AE. RGB value is (223,138,174). Sum of RGB (Red+Green+Blue) = 223+138+174=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AAE is #207551. Grayscale: #A7A7A7. Windows color (decimal): -2127186 or 11438815. OLE color: 11438815.
HSL color Cylindrical-coordinate representation of color #DF8AAE: hue angle of 334.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AAE is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 174 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.13 |
| HSL | 334.59º | 0.57% | 0.71% | - |
| HSV(B) | 334.59º | 0.38% | 0.87% | - |
| XYZ | 47.16 | 36.92 | 44.69 | - |
| YUV | 167.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 174 | 0 | 0.38 | 0.22 | 0.13 | 334.59 | 0.57 | 0.71 |
| Hex | DF | 8A | AE | 0 | 26 | 16 | D | 14F | 39 | 47 |
| Octal | 337 | 212 | 256 | 0 | 46 | 26 | 15 | 517 | 71 | 107 |
| Binary | 11011111 | 10001010 | 10101110 | 0 | 100110 | 10110 | 1101 | 101001111 | 111001 | 1000111 |
Color Harmonies of #DF8AAE
Complementary color
Monochromatic Colors of #DF8AAE
Black with #DF8AAE
Text Example
Text Example
White with #DF8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AAE; }
p { color: rgb(223,138,174); }
H1.HeaderClassName
{
color: #DF8AAE;
}
.AnyTagClassName
{
color: #DF8AAE;
}
</style>
background-color css
<style>
a { background-color: #DF8AAE; }
a { background-color: rgb(223,138,174); }
div.DivClassName
{
background-color: #DF8AAE;
}
.BgClassName
{
background-color: #DF8AAE;
}
</style>
border-color css
<style>
span { border-color: #DF8AAE; }
span { border-color: rgb(223,138,174); }
td.TdClassName
{
border-color: #DF8AAE;
}
.TagClassName
{
border-color: #DF8AAE;
}
</style>