Shades of Kobi #DD9AAE
Tints of Kobi #DD9AAE
RGB
CMYK
RGB Variations
Color information
#DD9AAE (or 0xDD9AAE) is known color: Kobi. HEX triplet: DD, 9A and AE. RGB value is (221,154,174). Sum of RGB (Red+Green+Blue) = 221+154+174=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9AAE is #226551. Grayscale: #B0B0B0. Windows color (decimal): -2254162 or 11442909. OLE color: 11442909.
HSL color Cylindrical-coordinate representation of color #DD9AAE: hue angle of 342.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9AAE is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 174 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.13 |
| HSL | 342.09º | 0.5% | 0.74% | - |
| HSV(B) | 342.09º | 0.3% | 0.87% | - |
| XYZ | 49.01 | 41.54 | 45.48 | - |
| YUV | 176.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 174 | 0 | 0.30 | 0.21 | 0.13 | 342.09 | 0.5 | 0.74 |
| Hex | DD | 9A | AE | 0 | 1E | 15 | D | 156 | 32 | 4A |
| Octal | 335 | 232 | 256 | 0 | 36 | 25 | 15 | 526 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10101110 | 0 | 11110 | 10101 | 1101 | 101010110 | 110010 | 1001010 |
Color Harmonies of #DD9AAE
Complementary color
Monochromatic Colors of #DD9AAE
Black with #DD9AAE
Text Example
Text Example
White with #DD9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9AAE; }
p { color: rgb(221,154,174); }
H1.HeaderClassName
{
color: #DD9AAE;
}
.AnyTagClassName
{
color: #DD9AAE;
}
</style>
background-color css
<style>
a { background-color: #DD9AAE; }
a { background-color: rgb(221,154,174); }
div.DivClassName
{
background-color: #DD9AAE;
}
.BgClassName
{
background-color: #DD9AAE;
}
</style>
border-color css
<style>
span { border-color: #DD9AAE; }
span { border-color: rgb(221,154,174); }
td.TdClassName
{
border-color: #DD9AAE;
}
.TagClassName
{
border-color: #DD9AAE;
}
</style>