Shades of Kobi #DD9AAB
Tints of Kobi #DD9AAB
RGB
CMYK
RGB Variations
Color information
#DD9AAB (or 0xDD9AAB) is known color: Kobi. HEX triplet: DD, 9A and AB. RGB value is (221,154,171). Sum of RGB (Red+Green+Blue) = 221+154+171=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9AAB is #226554. Grayscale: #AFAFAF. Windows color (decimal): -2254165 or 11246301. OLE color: 11246301.
HSL color Cylindrical-coordinate representation of color #DD9AAB: hue angle of 344.78º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9AAB is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 171 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.13 |
| HSL | 344.78º | 0.5% | 0.74% | - |
| HSV(B) | 344.78º | 0.3% | 0.87% | - |
| XYZ | 48.73 | 41.42 | 43.96 | - |
| YUV | 175.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 171 | 0 | 0.30 | 0.23 | 0.13 | 344.78 | 0.5 | 0.74 |
| Hex | DD | 9A | AB | 0 | 1E | 17 | D | 159 | 32 | 4A |
| Octal | 335 | 232 | 253 | 0 | 36 | 27 | 15 | 531 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10101011 | 0 | 11110 | 10111 | 1101 | 101011001 | 110010 | 1001010 |
Color Harmonies of #DD9AAB
Complementary color
Monochromatic Colors of #DD9AAB
Black with #DD9AAB
Text Example
Text Example
White with #DD9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9AAB; }
p { color: rgb(221,154,171); }
H1.HeaderClassName
{
color: #DD9AAB;
}
.AnyTagClassName
{
color: #DD9AAB;
}
</style>
background-color css
<style>
a { background-color: #DD9AAB; }
a { background-color: rgb(221,154,171); }
div.DivClassName
{
background-color: #DD9AAB;
}
.BgClassName
{
background-color: #DD9AAB;
}
</style>
border-color css
<style>
span { border-color: #DD9AAB; }
span { border-color: rgb(221,154,171); }
td.TdClassName
{
border-color: #DD9AAB;
}
.TagClassName
{
border-color: #DD9AAB;
}
</style>