Shades of Kobi #DD96AB
Tints of Kobi #DD96AB
RGB
CMYK
RGB Variations
Color information
#DD96AB (or 0xDD96AB) is known color: Kobi. HEX triplet: DD, 96 and AB. RGB value is (221,150,171). Sum of RGB (Red+Green+Blue) = 221+150+171=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96AB is #226954. Grayscale: #ADADAD. Windows color (decimal): -2255189 or 11245277. OLE color: 11245277.
HSL color Cylindrical-coordinate representation of color #DD96AB: hue angle of 342.25º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96AB is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 171 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.13 |
| HSL | 342.25º | 0.51% | 0.73% | - |
| HSV(B) | 342.25º | 0.32% | 0.87% | - |
| XYZ | 48.08 | 40.13 | 43.74 | - |
| YUV | 173.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 171 | 0 | 0.32 | 0.23 | 0.13 | 342.25 | 0.51 | 0.73 |
| Hex | DD | 96 | AB | 0 | 20 | 17 | D | 156 | 33 | 49 |
| Octal | 335 | 226 | 253 | 0 | 40 | 27 | 15 | 526 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10101011 | 0 | 100000 | 10111 | 1101 | 101010110 | 110011 | 1001001 |
Color Harmonies of #DD96AB
Complementary color
Monochromatic Colors of #DD96AB
Black with #DD96AB
Text Example
Text Example
White with #DD96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96AB; }
p { color: rgb(221,150,171); }
H1.HeaderClassName
{
color: #DD96AB;
}
.AnyTagClassName
{
color: #DD96AB;
}
</style>
background-color css
<style>
a { background-color: #DD96AB; }
a { background-color: rgb(221,150,171); }
div.DivClassName
{
background-color: #DD96AB;
}
.BgClassName
{
background-color: #DD96AB;
}
</style>
border-color css
<style>
span { border-color: #DD96AB; }
span { border-color: rgb(221,150,171); }
td.TdClassName
{
border-color: #DD96AB;
}
.TagClassName
{
border-color: #DD96AB;
}
</style>