Shades of Kobi #DD9CAB
Tints of Kobi #DD9CAB
RGB
CMYK
RGB Variations
Color information
#DD9CAB (or 0xDD9CAB) is known color: Kobi. HEX triplet: DD, 9C and AB. RGB value is (221,156,171). Sum of RGB (Red+Green+Blue) = 221+156+171=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CAB is #226354. Grayscale: #B1B1B1. Windows color (decimal): -2253653 or 11246813. OLE color: 11246813.
HSL color Cylindrical-coordinate representation of color #DD9CAB: hue angle of 346.15º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CAB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 171 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.13 |
| HSL | 346.15º | 0.49% | 0.74% | - |
| HSV(B) | 346.15º | 0.29% | 0.87% | - |
| XYZ | 49.06 | 42.09 | 44.07 | - |
| YUV | 177.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 171 | 0 | 0.29 | 0.23 | 0.13 | 346.15 | 0.49 | 0.74 |
| Hex | DD | 9C | AB | 0 | 1D | 17 | D | 15A | 31 | 4A |
| Octal | 335 | 234 | 253 | 0 | 35 | 27 | 15 | 532 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10101011 | 0 | 11101 | 10111 | 1101 | 101011010 | 110001 | 1001010 |
Color Harmonies of #DD9CAB
Complementary color
Monochromatic Colors of #DD9CAB
Black with #DD9CAB
Text Example
Text Example
White with #DD9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CAB; }
p { color: rgb(221,156,171); }
H1.HeaderClassName
{
color: #DD9CAB;
}
.AnyTagClassName
{
color: #DD9CAB;
}
</style>
background-color css
<style>
a { background-color: #DD9CAB; }
a { background-color: rgb(221,156,171); }
div.DivClassName
{
background-color: #DD9CAB;
}
.BgClassName
{
background-color: #DD9CAB;
}
</style>
border-color css
<style>
span { border-color: #DD9CAB; }
span { border-color: rgb(221,156,171); }
td.TdClassName
{
border-color: #DD9CAB;
}
.TagClassName
{
border-color: #DD9CAB;
}
</style>