Shades of Kobi #DDA0B4
Tints of Kobi #DDA0B4
RGB
CMYK
RGB Variations
Color information
#DDA0B4 (or 0xDDA0B4) is known color: Kobi. HEX triplet: DD, A0 and B4. RGB value is (221,160,180). Sum of RGB (Red+Green+Blue) = 221+160+180=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0B4 is #225F4B. Grayscale: #B4B4B4. Windows color (decimal): -2252620 or 11837661. OLE color: 11837661.
HSL color Cylindrical-coordinate representation of color #DDA0B4: hue angle of 340.33º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0B4 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 180 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.13 |
| HSL | 340.33º | 0.47% | 0.75% | - |
| HSV(B) | 340.33º | 0.28% | 0.87% | - |
| XYZ | 50.63 | 43.81 | 48.97 | - |
| YUV | 180.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 180 | 0 | 0.28 | 0.19 | 0.13 | 340.33 | 0.47 | 0.75 |
| Hex | DD | A0 | B4 | 0 | 1C | 13 | D | 154 | 2F | 4B |
| Octal | 335 | 240 | 264 | 0 | 34 | 23 | 15 | 524 | 57 | 113 |
| Binary | 11011101 | 10100000 | 10110100 | 0 | 11100 | 10011 | 1101 | 101010100 | 101111 | 1001011 |
Color Harmonies of #DDA0B4
Complementary color
Monochromatic Colors of #DDA0B4
Black with #DDA0B4
Text Example
Text Example
White with #DDA0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0B4; }
p { color: rgb(221,160,180); }
H1.HeaderClassName
{
color: #DDA0B4;
}
.AnyTagClassName
{
color: #DDA0B4;
}
</style>
background-color css
<style>
a { background-color: #DDA0B4; }
a { background-color: rgb(221,160,180); }
div.DivClassName
{
background-color: #DDA0B4;
}
.BgClassName
{
background-color: #DDA0B4;
}
</style>
border-color css
<style>
span { border-color: #DDA0B4; }
span { border-color: rgb(221,160,180); }
td.TdClassName
{
border-color: #DDA0B4;
}
.TagClassName
{
border-color: #DDA0B4;
}
</style>