Shades of Kobi #D99AAB
Tints of Kobi #D99AAB
RGB
CMYK
RGB Variations
Color information
#D99AAB (or 0xD99AAB) is known color: Kobi. HEX triplet: D9, 9A and AB. RGB value is (217,154,171). Sum of RGB (Red+Green+Blue) = 217+154+171=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99AAB is #266554. Grayscale: #AEAEAE. Windows color (decimal): -2516309 or 11246297. OLE color: 11246297.
HSL color Cylindrical-coordinate representation of color #D99AAB: hue angle of 343.81º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99AAB is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 171 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.15 |
| HSL | 343.81º | 0.45% | 0.73% | - |
| HSV(B) | 343.81º | 0.29% | 0.85% | - |
| XYZ | 47.52 | 40.8 | 43.9 | - |
| YUV | 174.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 171 | 0 | 0.29 | 0.21 | 0.15 | 343.81 | 0.45 | 0.73 |
| Hex | D9 | 9A | AB | 0 | 1D | 15 | F | 158 | 2D | 49 |
| Octal | 331 | 232 | 253 | 0 | 35 | 25 | 17 | 530 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10101011 | 0 | 11101 | 10101 | 1111 | 101011000 | 101101 | 1001001 |
Color Harmonies of #D99AAB
Complementary color
Monochromatic Colors of #D99AAB
Black with #D99AAB
Text Example
Text Example
White with #D99AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AAB; }
p { color: rgb(217,154,171); }
H1.HeaderClassName
{
color: #D99AAB;
}
.AnyTagClassName
{
color: #D99AAB;
}
</style>
background-color css
<style>
a { background-color: #D99AAB; }
a { background-color: rgb(217,154,171); }
div.DivClassName
{
background-color: #D99AAB;
}
.BgClassName
{
background-color: #D99AAB;
}
</style>
border-color css
<style>
span { border-color: #D99AAB; }
span { border-color: rgb(217,154,171); }
td.TdClassName
{
border-color: #D99AAB;
}
.TagClassName
{
border-color: #D99AAB;
}
</style>