Shades of Kobi #DD8BAB
Tints of Kobi #DD8BAB
RGB
CMYK
RGB Variations
Color information
#DD8BAB (or 0xDD8BAB) is known color: Kobi. HEX triplet: DD, 8B and AB. RGB value is (221,139,171). Sum of RGB (Red+Green+Blue) = 221+139+171=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8BAB is #227454. Grayscale: #A7A7A7. Windows color (decimal): -2258005 or 11242461. OLE color: 11242461.
HSL color Cylindrical-coordinate representation of color #DD8BAB: hue angle of 336.59º degrees, saturation: 0.55, 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 #DD8BAB is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 171 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.13 |
| HSL | 336.59º | 0.55% | 0.71% | - |
| HSV(B) | 336.59º | 0.37% | 0.87% | - |
| XYZ | 46.4 | 36.78 | 43.18 | - |
| YUV | 167.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 171 | 0 | 0.37 | 0.23 | 0.13 | 336.59 | 0.55 | 0.71 |
| Hex | DD | 8B | AB | 0 | 25 | 17 | D | 151 | 37 | 47 |
| Octal | 335 | 213 | 253 | 0 | 45 | 27 | 15 | 521 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10101011 | 0 | 100101 | 10111 | 1101 | 101010001 | 110111 | 1000111 |
Color Harmonies of #DD8BAB
Complementary color
Monochromatic Colors of #DD8BAB
Black with #DD8BAB
Text Example
Text Example
White with #DD8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BAB; }
p { color: rgb(221,139,171); }
H1.HeaderClassName
{
color: #DD8BAB;
}
.AnyTagClassName
{
color: #DD8BAB;
}
</style>
background-color css
<style>
a { background-color: #DD8BAB; }
a { background-color: rgb(221,139,171); }
div.DivClassName
{
background-color: #DD8BAB;
}
.BgClassName
{
background-color: #DD8BAB;
}
</style>
border-color css
<style>
span { border-color: #DD8BAB; }
span { border-color: rgb(221,139,171); }
td.TdClassName
{
border-color: #DD8BAB;
}
.TagClassName
{
border-color: #DD8BAB;
}
</style>