Shades of Kobi #D29DAD
Tints of Kobi #D29DAD
RGB
CMYK
RGB Variations
Color information
#D29DAD (or 0xD29DAD) is known color: Kobi. HEX triplet: D2, 9D and AD. RGB value is (210,157,173). Sum of RGB (Red+Green+Blue) = 210+157+173=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DAD is #2D6252. Grayscale: #AEAEAE. Windows color (decimal): -2974291 or 11378130. OLE color: 11378130.
HSL color Cylindrical-coordinate representation of color #D29DAD: hue angle of 341.89º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DAD is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 173 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.18 |
| HSL | 341.89º | 0.37% | 0.72% | - |
| HSV(B) | 341.89º | 0.25% | 0.82% | - |
| XYZ | 46.18 | 40.83 | 44.98 | - |
| YUV | 174.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 173 | 0 | 0.25 | 0.18 | 0.18 | 341.89 | 0.37 | 0.72 |
| Hex | D2 | 9D | AD | 0 | 19 | 12 | 12 | 156 | 25 | 48 |
| Octal | 322 | 235 | 255 | 0 | 31 | 22 | 22 | 526 | 45 | 110 |
| Binary | 11010010 | 10011101 | 10101101 | 0 | 11001 | 10010 | 10010 | 101010110 | 100101 | 1001000 |
Color Harmonies of #D29DAD
Complementary color
Monochromatic Colors of #D29DAD
Black with #D29DAD
Text Example
Text Example
White with #D29DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DAD; }
p { color: rgb(210,157,173); }
H1.HeaderClassName
{
color: #D29DAD;
}
.AnyTagClassName
{
color: #D29DAD;
}
</style>
background-color css
<style>
a { background-color: #D29DAD; }
a { background-color: rgb(210,157,173); }
div.DivClassName
{
background-color: #D29DAD;
}
.BgClassName
{
background-color: #D29DAD;
}
</style>
border-color css
<style>
span { border-color: #D29DAD; }
span { border-color: rgb(210,157,173); }
td.TdClassName
{
border-color: #D29DAD;
}
.TagClassName
{
border-color: #D29DAD;
}
</style>