Shades of Kobi #DD9EAD
Tints of Kobi #DD9EAD
RGB
CMYK
RGB Variations
Color information
#DD9EAD (or 0xDD9EAD) is known color: Kobi. HEX triplet: DD, 9E and AD. RGB value is (221,158,173). Sum of RGB (Red+Green+Blue) = 221+158+173=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EAD is #226152. Grayscale: #B2B2B2. Windows color (decimal): -2253139 or 11378397. OLE color: 11378397.
HSL color Cylindrical-coordinate representation of color #DD9EAD: hue angle of 345.71º degrees, saturation: 0.48, 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 #DD9EAD is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 173 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.13 |
| HSL | 345.71º | 0.48% | 0.74% | - |
| HSV(B) | 345.71º | 0.29% | 0.87% | - |
| XYZ | 49.59 | 42.84 | 45.19 | - |
| YUV | 178.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 173 | 0 | 0.29 | 0.22 | 0.13 | 345.71 | 0.48 | 0.74 |
| Hex | DD | 9E | AD | 0 | 1D | 16 | D | 15A | 30 | 4A |
| Octal | 335 | 236 | 255 | 0 | 35 | 26 | 15 | 532 | 60 | 112 |
| Binary | 11011101 | 10011110 | 10101101 | 0 | 11101 | 10110 | 1101 | 101011010 | 110000 | 1001010 |
Color Harmonies of #DD9EAD
Complementary color
Monochromatic Colors of #DD9EAD
Black with #DD9EAD
Text Example
Text Example
White with #DD9EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EAD; }
p { color: rgb(221,158,173); }
H1.HeaderClassName
{
color: #DD9EAD;
}
.AnyTagClassName
{
color: #DD9EAD;
}
</style>
background-color css
<style>
a { background-color: #DD9EAD; }
a { background-color: rgb(221,158,173); }
div.DivClassName
{
background-color: #DD9EAD;
}
.BgClassName
{
background-color: #DD9EAD;
}
</style>
border-color css
<style>
span { border-color: #DD9EAD; }
span { border-color: rgb(221,158,173); }
td.TdClassName
{
border-color: #DD9EAD;
}
.TagClassName
{
border-color: #DD9EAD;
}
</style>