Shades of Kobi #D29FB4
Tints of Kobi #D29FB4
RGB
CMYK
RGB Variations
Color information
#D29FB4 (or 0xD29FB4) is known color: Kobi. HEX triplet: D2, 9F and B4. RGB value is (210,159,180). Sum of RGB (Red+Green+Blue) = 210+159+180=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FB4 is #2D604B. Grayscale: #B0B0B0. Windows color (decimal): -2973772 or 11837394. OLE color: 11837394.
HSL color Cylindrical-coordinate representation of color #D29FB4: hue angle of 335.29º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FB4 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 180 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.18 |
| HSL | 335.29º | 0.36% | 0.72% | - |
| HSV(B) | 335.29º | 0.24% | 0.82% | - |
| XYZ | 47.21 | 41.79 | 48.76 | - |
| YUV | 176.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 180 | 0 | 0.24 | 0.14 | 0.18 | 335.29 | 0.36 | 0.72 |
| Hex | D2 | 9F | B4 | 0 | 18 | E | 12 | 14F | 24 | 48 |
| Octal | 322 | 237 | 264 | 0 | 30 | 16 | 22 | 517 | 44 | 110 |
| Binary | 11010010 | 10011111 | 10110100 | 0 | 11000 | 1110 | 10010 | 101001111 | 100100 | 1001000 |
Color Harmonies of #D29FB4
Complementary color
Monochromatic Colors of #D29FB4
Black with #D29FB4
Text Example
Text Example
White with #D29FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FB4; }
p { color: rgb(210,159,180); }
H1.HeaderClassName
{
color: #D29FB4;
}
.AnyTagClassName
{
color: #D29FB4;
}
</style>
background-color css
<style>
a { background-color: #D29FB4; }
a { background-color: rgb(210,159,180); }
div.DivClassName
{
background-color: #D29FB4;
}
.BgClassName
{
background-color: #D29FB4;
}
</style>
border-color css
<style>
span { border-color: #D29FB4; }
span { border-color: rgb(210,159,180); }
td.TdClassName
{
border-color: #D29FB4;
}
.TagClassName
{
border-color: #D29FB4;
}
</style>