Shades of Kobi #DD86AA
Tints of Kobi #DD86AA
RGB
CMYK
RGB Variations
Color information
#DD86AA (or 0xDD86AA) is known color: Kobi. HEX triplet: DD, 86 and AA. RGB value is (221,134,170). Sum of RGB (Red+Green+Blue) = 221+134+170=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86AA is #227955. Grayscale: #A4A4A4. Windows color (decimal): -2259286 or 11175645. OLE color: 11175645.
HSL color Cylindrical-coordinate representation of color #DD86AA: hue angle of 335.17º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86AA is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 170 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.13 |
| HSL | 335.17º | 0.56% | 0.7% | - |
| HSV(B) | 335.17º | 0.39% | 0.87% | - |
| XYZ | 45.6 | 35.32 | 42.45 | - |
| YUV | 164.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 170 | 0 | 0.39 | 0.23 | 0.13 | 335.17 | 0.56 | 0.7 |
| Hex | DD | 86 | AA | 0 | 27 | 17 | D | 14F | 38 | 46 |
| Octal | 335 | 206 | 252 | 0 | 47 | 27 | 15 | 517 | 70 | 106 |
| Binary | 11011101 | 10000110 | 10101010 | 0 | 100111 | 10111 | 1101 | 101001111 | 111000 | 1000110 |
Color Harmonies of #DD86AA
Complementary color
Monochromatic Colors of #DD86AA
Black with #DD86AA
Text Example
Text Example
White with #DD86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86AA; }
p { color: rgb(221,134,170); }
H1.HeaderClassName
{
color: #DD86AA;
}
.AnyTagClassName
{
color: #DD86AA;
}
</style>
background-color css
<style>
a { background-color: #DD86AA; }
a { background-color: rgb(221,134,170); }
div.DivClassName
{
background-color: #DD86AA;
}
.BgClassName
{
background-color: #DD86AA;
}
</style>
border-color css
<style>
span { border-color: #DD86AA; }
span { border-color: rgb(221,134,170); }
td.TdClassName
{
border-color: #DD86AA;
}
.TagClassName
{
border-color: #DD86AA;
}
</style>