Shades of Kobi #DD92AB
Tints of Kobi #DD92AB
RGB
CMYK
RGB Variations
Color information
#DD92AB (or 0xDD92AB) is known color: Kobi. HEX triplet: DD, 92 and AB. RGB value is (221,146,171). Sum of RGB (Red+Green+Blue) = 221+146+171=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD92AB is #226D54. Grayscale: #ABABAB. Windows color (decimal): -2256213 or 11244253. OLE color: 11244253.
HSL color Cylindrical-coordinate representation of color #DD92AB: hue angle of 340º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD92AB is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 171 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.13 |
| HSL | 340º | 0.52% | 0.72% | - |
| HSV(B) | 340º | 0.34% | 0.87% | - |
| XYZ | 47.45 | 38.87 | 43.53 | - |
| YUV | 171.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 171 | 0 | 0.34 | 0.23 | 0.13 | 340 | 0.52 | 0.72 |
| Hex | DD | 92 | AB | 0 | 22 | 17 | D | 154 | 34 | 48 |
| Octal | 335 | 222 | 253 | 0 | 42 | 27 | 15 | 524 | 64 | 110 |
| Binary | 11011101 | 10010010 | 10101011 | 0 | 100010 | 10111 | 1101 | 101010100 | 110100 | 1001000 |
Color Harmonies of #DD92AB
Complementary color
Monochromatic Colors of #DD92AB
Black with #DD92AB
Text Example
Text Example
White with #DD92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92AB; }
p { color: rgb(221,146,171); }
H1.HeaderClassName
{
color: #DD92AB;
}
.AnyTagClassName
{
color: #DD92AB;
}
</style>
background-color css
<style>
a { background-color: #DD92AB; }
a { background-color: rgb(221,146,171); }
div.DivClassName
{
background-color: #DD92AB;
}
.BgClassName
{
background-color: #DD92AB;
}
</style>
border-color css
<style>
span { border-color: #DD92AB; }
span { border-color: rgb(221,146,171); }
td.TdClassName
{
border-color: #DD92AB;
}
.TagClassName
{
border-color: #DD92AB;
}
</style>