Shades of Kobi #D29EB2
Tints of Kobi #D29EB2
RGB
CMYK
RGB Variations
Color information
#D29EB2 (or 0xD29EB2) is known color: Kobi. HEX triplet: D2, 9E and B2. RGB value is (210,158,178). Sum of RGB (Red+Green+Blue) = 210+158+178=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29EB2 is #2D614D. Grayscale: #AFAFAF. Windows color (decimal): -2974030 or 11706066. OLE color: 11706066.
HSL color Cylindrical-coordinate representation of color #D29EB2: hue angle of 336.92º 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 #D29EB2 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 178 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.18 |
| HSL | 336.92º | 0.37% | 0.72% | - |
| HSV(B) | 336.92º | 0.25% | 0.82% | - |
| XYZ | 46.84 | 41.37 | 47.64 | - |
| YUV | 175.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 178 | 0 | 0.25 | 0.15 | 0.18 | 336.92 | 0.37 | 0.72 |
| Hex | D2 | 9E | B2 | 0 | 19 | F | 12 | 151 | 25 | 48 |
| Octal | 322 | 236 | 262 | 0 | 31 | 17 | 22 | 521 | 45 | 110 |
| Binary | 11010010 | 10011110 | 10110010 | 0 | 11001 | 1111 | 10010 | 101010001 | 100101 | 1001000 |
Color Harmonies of #D29EB2
Complementary color
Monochromatic Colors of #D29EB2
Black with #D29EB2
Text Example
Text Example
White with #D29EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EB2; }
p { color: rgb(210,158,178); }
H1.HeaderClassName
{
color: #D29EB2;
}
.AnyTagClassName
{
color: #D29EB2;
}
</style>
background-color css
<style>
a { background-color: #D29EB2; }
a { background-color: rgb(210,158,178); }
div.DivClassName
{
background-color: #D29EB2;
}
.BgClassName
{
background-color: #D29EB2;
}
</style>
border-color css
<style>
span { border-color: #D29EB2; }
span { border-color: rgb(210,158,178); }
td.TdClassName
{
border-color: #D29EB2;
}
.TagClassName
{
border-color: #D29EB2;
}
</style>