Shades of Kobi #DD8FAB
Tints of Kobi #DD8FAB
RGB
CMYK
RGB Variations
Color information
#DD8FAB (or 0xDD8FAB) is known color: Kobi. HEX triplet: DD, 8F and AB. RGB value is (221,143,171). Sum of RGB (Red+Green+Blue) = 221+143+171=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FAB is #227054. Grayscale: #A9A9A9. Windows color (decimal): -2256981 or 11243485. OLE color: 11243485.
HSL color Cylindrical-coordinate representation of color #DD8FAB: hue angle of 338.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FAB is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 171 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.13 |
| HSL | 338.46º | 0.53% | 0.71% | - |
| HSV(B) | 338.46º | 0.35% | 0.87% | - |
| XYZ | 46.99 | 37.96 | 43.38 | - |
| YUV | 169.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 171 | 0 | 0.35 | 0.23 | 0.13 | 338.46 | 0.53 | 0.71 |
| Hex | DD | 8F | AB | 0 | 23 | 17 | D | 152 | 35 | 47 |
| Octal | 335 | 217 | 253 | 0 | 43 | 27 | 15 | 522 | 65 | 107 |
| Binary | 11011101 | 10001111 | 10101011 | 0 | 100011 | 10111 | 1101 | 101010010 | 110101 | 1000111 |
Color Harmonies of #DD8FAB
Complementary color
Monochromatic Colors of #DD8FAB
Black with #DD8FAB
Text Example
Text Example
White with #DD8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FAB; }
p { color: rgb(221,143,171); }
H1.HeaderClassName
{
color: #DD8FAB;
}
.AnyTagClassName
{
color: #DD8FAB;
}
</style>
background-color css
<style>
a { background-color: #DD8FAB; }
a { background-color: rgb(221,143,171); }
div.DivClassName
{
background-color: #DD8FAB;
}
.BgClassName
{
background-color: #DD8FAB;
}
</style>
border-color css
<style>
span { border-color: #DD8FAB; }
span { border-color: rgb(221,143,171); }
td.TdClassName
{
border-color: #DD8FAB;
}
.TagClassName
{
border-color: #DD8FAB;
}
</style>