Shades of Kobi #D298AF
Tints of Kobi #D298AF
RGB
CMYK
RGB Variations
Color information
#D298AF (or 0xD298AF) is known color: Kobi. HEX triplet: D2, 98 and AF. RGB value is (210,152,175). Sum of RGB (Red+Green+Blue) = 210+152+175=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D298AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D298AF is #2D6750. Grayscale: #ABABAB. Windows color (decimal): -2975569 or 11507922. OLE color: 11507922.
HSL color Cylindrical-coordinate representation of color #D298AF: hue angle of 336.21º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298AF is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 175 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.18 |
| HSL | 336.21º | 0.39% | 0.71% | - |
| HSV(B) | 336.21º | 0.28% | 0.82% | - |
| XYZ | 45.54 | 39.25 | 45.73 | - |
| YUV | 171.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 175 | 0 | 0.28 | 0.17 | 0.18 | 336.21 | 0.39 | 0.71 |
| Hex | D2 | 98 | AF | 0 | 1C | 11 | 12 | 150 | 27 | 47 |
| Octal | 322 | 230 | 257 | 0 | 34 | 21 | 22 | 520 | 47 | 107 |
| Binary | 11010010 | 10011000 | 10101111 | 0 | 11100 | 10001 | 10010 | 101010000 | 100111 | 1000111 |
Color Harmonies of #D298AF
Complementary color
Monochromatic Colors of #D298AF
Black with #D298AF
Text Example
Text Example
White with #D298AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298AF; }
p { color: rgb(210,152,175); }
H1.HeaderClassName
{
color: #D298AF;
}
.AnyTagClassName
{
color: #D298AF;
}
</style>
background-color css
<style>
a { background-color: #D298AF; }
a { background-color: rgb(210,152,175); }
div.DivClassName
{
background-color: #D298AF;
}
.BgClassName
{
background-color: #D298AF;
}
</style>
border-color css
<style>
span { border-color: #D298AF; }
span { border-color: rgb(210,152,175); }
td.TdClassName
{
border-color: #D298AF;
}
.TagClassName
{
border-color: #D298AF;
}
</style>