Shades of Kobi #D18DAC
Tints of Kobi #D18DAC
RGB
CMYK
RGB Variations
Color information
#D18DAC (or 0xD18DAC) is known color: Kobi. HEX triplet: D1, 8D and AC. RGB value is (209,141,172). Sum of RGB (Red+Green+Blue) = 209+141+172=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DAC is #2E7253. Grayscale: #A4A4A4. Windows color (decimal): -3043924 or 11308497. OLE color: 11308497.
HSL color Cylindrical-coordinate representation of color #D18DAC: hue angle of 332.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18DAC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 172 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.18 |
| HSL | 332.65º | 0.43% | 0.69% | - |
| HSV(B) | 332.65º | 0.33% | 0.82% | - |
| XYZ | 43.27 | 35.58 | 43.62 | - |
| YUV | 164.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 172 | 0 | 0.33 | 0.18 | 0.18 | 332.65 | 0.43 | 0.69 |
| Hex | D1 | 8D | AC | 0 | 21 | 12 | 12 | 14D | 2A | 45 |
| Octal | 321 | 215 | 254 | 0 | 41 | 22 | 22 | 515 | 52 | 105 |
| Binary | 11010001 | 10001101 | 10101100 | 0 | 100001 | 10010 | 10010 | 101001101 | 101010 | 1000101 |
Color Harmonies of #D18DAC
Complementary color
Monochromatic Colors of #D18DAC
Black with #D18DAC
Text Example
Text Example
White with #D18DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18DAC; }
p { color: rgb(209,141,172); }
H1.HeaderClassName
{
color: #D18DAC;
}
.AnyTagClassName
{
color: #D18DAC;
}
</style>
background-color css
<style>
a { background-color: #D18DAC; }
a { background-color: rgb(209,141,172); }
div.DivClassName
{
background-color: #D18DAC;
}
.BgClassName
{
background-color: #D18DAC;
}
</style>
border-color css
<style>
span { border-color: #D18DAC; }
span { border-color: rgb(209,141,172); }
td.TdClassName
{
border-color: #D18DAC;
}
.TagClassName
{
border-color: #D18DAC;
}
</style>