Shades of Kobi #DD8CAB
Tints of Kobi #DD8CAB
RGB
CMYK
RGB Variations
Color information
#DD8CAB (or 0xDD8CAB) is known color: Kobi. HEX triplet: DD, 8C and AB. RGB value is (221,140,171). Sum of RGB (Red+Green+Blue) = 221+140+171=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8CAB is #227354. Grayscale: #A7A7A7. Windows color (decimal): -2257749 or 11242717. OLE color: 11242717.
HSL color Cylindrical-coordinate representation of color #DD8CAB: hue angle of 337.04º degrees, saturation: 0.54, 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 #DD8CAB is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 171 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.13 |
| HSL | 337.04º | 0.54% | 0.71% | - |
| HSV(B) | 337.04º | 0.37% | 0.87% | - |
| XYZ | 46.55 | 37.07 | 43.23 | - |
| YUV | 167.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 171 | 0 | 0.37 | 0.23 | 0.13 | 337.04 | 0.54 | 0.71 |
| Hex | DD | 8C | AB | 0 | 25 | 17 | D | 151 | 36 | 47 |
| Octal | 335 | 214 | 253 | 0 | 45 | 27 | 15 | 521 | 66 | 107 |
| Binary | 11011101 | 10001100 | 10101011 | 0 | 100101 | 10111 | 1101 | 101010001 | 110110 | 1000111 |
Color Harmonies of #DD8CAB
Complementary color
Monochromatic Colors of #DD8CAB
Black with #DD8CAB
Text Example
Text Example
White with #DD8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CAB; }
p { color: rgb(221,140,171); }
H1.HeaderClassName
{
color: #DD8CAB;
}
.AnyTagClassName
{
color: #DD8CAB;
}
</style>
background-color css
<style>
a { background-color: #DD8CAB; }
a { background-color: rgb(221,140,171); }
div.DivClassName
{
background-color: #DD8CAB;
}
.BgClassName
{
background-color: #DD8CAB;
}
</style>
border-color css
<style>
span { border-color: #DD8CAB; }
span { border-color: rgb(221,140,171); }
td.TdClassName
{
border-color: #DD8CAB;
}
.TagClassName
{
border-color: #DD8CAB;
}
</style>