Shades of Kobi #D298AC
Tints of Kobi #D298AC
RGB
CMYK
RGB Variations
Color information
#D298AC (or 0xD298AC) is known color: Kobi. HEX triplet: D2, 98 and AC. RGB value is (210,152,172). Sum of RGB (Red+Green+Blue) = 210+152+172=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D298AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D298AC is #2D6753. Grayscale: #ABABAB. Windows color (decimal): -2975572 or 11311314. OLE color: 11311314.
HSL color Cylindrical-coordinate representation of color #D298AC: hue angle of 339.31º 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 #D298AC is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 172 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.18 |
| HSL | 339.31º | 0.39% | 0.71% | - |
| HSV(B) | 339.31º | 0.28% | 0.82% | - |
| XYZ | 45.25 | 39.14 | 44.2 | - |
| YUV | 171.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 172 | 0 | 0.28 | 0.18 | 0.18 | 339.31 | 0.39 | 0.71 |
| Hex | D2 | 98 | AC | 0 | 1C | 12 | 12 | 153 | 27 | 47 |
| Octal | 322 | 230 | 254 | 0 | 34 | 22 | 22 | 523 | 47 | 107 |
| Binary | 11010010 | 10011000 | 10101100 | 0 | 11100 | 10010 | 10010 | 101010011 | 100111 | 1000111 |
Color Harmonies of #D298AC
Complementary color
Monochromatic Colors of #D298AC
Black with #D298AC
Text Example
Text Example
White with #D298AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298AC; }
p { color: rgb(210,152,172); }
H1.HeaderClassName
{
color: #D298AC;
}
.AnyTagClassName
{
color: #D298AC;
}
</style>
background-color css
<style>
a { background-color: #D298AC; }
a { background-color: rgb(210,152,172); }
div.DivClassName
{
background-color: #D298AC;
}
.BgClassName
{
background-color: #D298AC;
}
</style>
border-color css
<style>
span { border-color: #D298AC; }
span { border-color: rgb(210,152,172); }
td.TdClassName
{
border-color: #D298AC;
}
.TagClassName
{
border-color: #D298AC;
}
</style>