Shades of Kobi #D09DB0
Tints of Kobi #D09DB0
RGB
CMYK
RGB Variations
Color information
#D09DB0 (or 0xD09DB0) is known color: Kobi. HEX triplet: D0, 9D and B0. RGB value is (208,157,176). Sum of RGB (Red+Green+Blue) = 208+157+176=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DB0 is #2F624F. Grayscale: #AEAEAE. Windows color (decimal): -3105360 or 11574736. OLE color: 11574736.
HSL color Cylindrical-coordinate representation of color #D09DB0: hue angle of 337.65º degrees, saturation: 0.35, 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 #D09DB0 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 176 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.18 |
| HSL | 337.65º | 0.35% | 0.72% | - |
| HSV(B) | 337.65º | 0.25% | 0.82% | - |
| XYZ | 45.91 | 40.66 | 46.5 | - |
| YUV | 174.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 176 | 0 | 0.25 | 0.15 | 0.18 | 337.65 | 0.35 | 0.72 |
| Hex | D0 | 9D | B0 | 0 | 19 | F | 12 | 152 | 23 | 48 |
| Octal | 320 | 235 | 260 | 0 | 31 | 17 | 22 | 522 | 43 | 110 |
| Binary | 11010000 | 10011101 | 10110000 | 0 | 11001 | 1111 | 10010 | 101010010 | 100011 | 1001000 |
Color Harmonies of #D09DB0
Complementary color
Monochromatic Colors of #D09DB0
Black with #D09DB0
Text Example
Text Example
White with #D09DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DB0; }
p { color: rgb(208,157,176); }
H1.HeaderClassName
{
color: #D09DB0;
}
.AnyTagClassName
{
color: #D09DB0;
}
</style>
background-color css
<style>
a { background-color: #D09DB0; }
a { background-color: rgb(208,157,176); }
div.DivClassName
{
background-color: #D09DB0;
}
.BgClassName
{
background-color: #D09DB0;
}
</style>
border-color css
<style>
span { border-color: #D09DB0; }
span { border-color: rgb(208,157,176); }
td.TdClassName
{
border-color: #D09DB0;
}
.TagClassName
{
border-color: #D09DB0;
}
</style>