Shades of Kobi #D998B2
Tints of Kobi #D998B2
RGB
CMYK
RGB Variations
Color information
#D998B2 (or 0xD998B2) is known color: Kobi. HEX triplet: D9, 98 and B2. RGB value is (217,152,178). Sum of RGB (Red+Green+Blue) = 217+152+178=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D998B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998B2 is #26674D. Grayscale: #AEAEAE. Windows color (decimal): -2516814 or 11704537. OLE color: 11704537.
HSL color Cylindrical-coordinate representation of color #D998B2: hue angle of 336º 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 #D998B2 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 178 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.15 |
| HSL | 336º | 0.46% | 0.72% | - |
| HSV(B) | 336º | 0.3% | 0.85% | - |
| XYZ | 47.88 | 40.42 | 47.4 | - |
| YUV | 174.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 178 | 0 | 0.30 | 0.18 | 0.15 | 336 | 0.46 | 0.72 |
| Hex | D9 | 98 | B2 | 0 | 1E | 12 | F | 150 | 2E | 48 |
| Octal | 331 | 230 | 262 | 0 | 36 | 22 | 17 | 520 | 56 | 110 |
| Binary | 11011001 | 10011000 | 10110010 | 0 | 11110 | 10010 | 1111 | 101010000 | 101110 | 1001000 |
Color Harmonies of #D998B2
Complementary color
Monochromatic Colors of #D998B2
Black with #D998B2
Text Example
Text Example
White with #D998B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998B2; }
p { color: rgb(217,152,178); }
H1.HeaderClassName
{
color: #D998B2;
}
.AnyTagClassName
{
color: #D998B2;
}
</style>
background-color css
<style>
a { background-color: #D998B2; }
a { background-color: rgb(217,152,178); }
div.DivClassName
{
background-color: #D998B2;
}
.BgClassName
{
background-color: #D998B2;
}
</style>
border-color css
<style>
span { border-color: #D998B2; }
span { border-color: rgb(217,152,178); }
td.TdClassName
{
border-color: #D998B2;
}
.TagClassName
{
border-color: #D998B2;
}
</style>