Shades of Kobi #D997AA
Tints of Kobi #D997AA
RGB
CMYK
RGB Variations
Color information
#D997AA (or 0xD997AA) is known color: Kobi. HEX triplet: D9, 97 and AA. RGB value is (217,151,170). Sum of RGB (Red+Green+Blue) = 217+151+170=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D997AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997AA is #266855. Grayscale: #ACACAC. Windows color (decimal): -2517078 or 11179993. OLE color: 11179993.
HSL color Cylindrical-coordinate representation of color #D997AA: hue angle of 342.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997AA is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 170 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.15 |
| HSL | 342.73º | 0.46% | 0.72% | - |
| HSV(B) | 342.73º | 0.3% | 0.85% | - |
| XYZ | 46.94 | 39.79 | 43.24 | - |
| YUV | 172.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 170 | 0 | 0.30 | 0.22 | 0.15 | 342.73 | 0.46 | 0.72 |
| Hex | D9 | 97 | AA | 0 | 1E | 16 | F | 157 | 2E | 48 |
| Octal | 331 | 227 | 252 | 0 | 36 | 26 | 17 | 527 | 56 | 110 |
| Binary | 11011001 | 10010111 | 10101010 | 0 | 11110 | 10110 | 1111 | 101010111 | 101110 | 1001000 |
Color Harmonies of #D997AA
Complementary color
Monochromatic Colors of #D997AA
Black with #D997AA
Text Example
Text Example
White with #D997AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997AA; }
p { color: rgb(217,151,170); }
H1.HeaderClassName
{
color: #D997AA;
}
.AnyTagClassName
{
color: #D997AA;
}
</style>
background-color css
<style>
a { background-color: #D997AA; }
a { background-color: rgb(217,151,170); }
div.DivClassName
{
background-color: #D997AA;
}
.BgClassName
{
background-color: #D997AA;
}
</style>
border-color css
<style>
span { border-color: #D997AA; }
span { border-color: rgb(217,151,170); }
td.TdClassName
{
border-color: #D997AA;
}
.TagClassName
{
border-color: #D997AA;
}
</style>