Shades of Kobi #D29DB1
Tints of Kobi #D29DB1
RGB
CMYK
RGB Variations
Color information
#D29DB1 (or 0xD29DB1) is known color: Kobi. HEX triplet: D2, 9D and B1. RGB value is (210,157,177). Sum of RGB (Red+Green+Blue) = 210+157+177=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DB1 is #2D624E. Grayscale: #AFAFAF. Windows color (decimal): -2974287 or 11640274. OLE color: 11640274.
HSL color Cylindrical-coordinate representation of color #D29DB1: hue angle of 337.36º 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 #D29DB1 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 177 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.18 |
| HSL | 337.36º | 0.37% | 0.72% | - |
| HSV(B) | 337.36º | 0.25% | 0.82% | - |
| XYZ | 46.57 | 40.99 | 47.05 | - |
| YUV | 175.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 177 | 0 | 0.25 | 0.16 | 0.18 | 337.36 | 0.37 | 0.72 |
| Hex | D2 | 9D | B1 | 0 | 19 | 10 | 12 | 151 | 25 | 48 |
| Octal | 322 | 235 | 261 | 0 | 31 | 20 | 22 | 521 | 45 | 110 |
| Binary | 11010010 | 10011101 | 10110001 | 0 | 11001 | 10000 | 10010 | 101010001 | 100101 | 1001000 |
Color Harmonies of #D29DB1
Complementary color
Monochromatic Colors of #D29DB1
Black with #D29DB1
Text Example
Text Example
White with #D29DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29DB1; }
p { color: rgb(210,157,177); }
H1.HeaderClassName
{
color: #D29DB1;
}
.AnyTagClassName
{
color: #D29DB1;
}
</style>
background-color css
<style>
a { background-color: #D29DB1; }
a { background-color: rgb(210,157,177); }
div.DivClassName
{
background-color: #D29DB1;
}
.BgClassName
{
background-color: #D29DB1;
}
</style>
border-color css
<style>
span { border-color: #D29DB1; }
span { border-color: rgb(210,157,177); }
td.TdClassName
{
border-color: #D29DB1;
}
.TagClassName
{
border-color: #D29DB1;
}
</style>