Shades of Kobi #D08DAC
Tints of Kobi #D08DAC
RGB
CMYK
RGB Variations
Color information
#D08DAC (or 0xD08DAC) is known color: Kobi. HEX triplet: D0, 8D and AC. RGB value is (208,141,172). Sum of RGB (Red+Green+Blue) = 208+141+172=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DAC is #2F7253. Grayscale: #A4A4A4. Windows color (decimal): -3109460 or 11308496. OLE color: 11308496.
HSL color Cylindrical-coordinate representation of color #D08DAC: hue angle of 332.24º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DAC is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 172 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.18 |
| HSL | 332.24º | 0.42% | 0.68% | - |
| HSV(B) | 332.24º | 0.32% | 0.82% | - |
| XYZ | 42.98 | 35.44 | 43.6 | - |
| YUV | 164.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 172 | 0 | 0.32 | 0.17 | 0.18 | 332.24 | 0.42 | 0.68 |
| Hex | D0 | 8D | AC | 0 | 20 | 11 | 12 | 14C | 2A | 44 |
| Octal | 320 | 215 | 254 | 0 | 40 | 21 | 22 | 514 | 52 | 104 |
| Binary | 11010000 | 10001101 | 10101100 | 0 | 100000 | 10001 | 10010 | 101001100 | 101010 | 1000100 |
Color Harmonies of #D08DAC
Complementary color
Monochromatic Colors of #D08DAC
Black with #D08DAC
Text Example
Text Example
White with #D08DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08DAC; }
p { color: rgb(208,141,172); }
H1.HeaderClassName
{
color: #D08DAC;
}
.AnyTagClassName
{
color: #D08DAC;
}
</style>
background-color css
<style>
a { background-color: #D08DAC; }
a { background-color: rgb(208,141,172); }
div.DivClassName
{
background-color: #D08DAC;
}
.BgClassName
{
background-color: #D08DAC;
}
</style>
border-color css
<style>
span { border-color: #D08DAC; }
span { border-color: rgb(208,141,172); }
td.TdClassName
{
border-color: #D08DAC;
}
.TagClassName
{
border-color: #D08DAC;
}
</style>