Shades of Kobi #D299AD
Tints of Kobi #D299AD
RGB
CMYK
RGB Variations
Color information
#D299AD (or 0xD299AD) is known color: Kobi. HEX triplet: D2, 99 and AD. RGB value is (210,153,173). Sum of RGB (Red+Green+Blue) = 210+153+173=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D299AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299AD is #2D6652. Grayscale: #ACACAC. Windows color (decimal): -2975315 or 11377106. OLE color: 11377106.
HSL color Cylindrical-coordinate representation of color #D299AD: hue angle of 338.95º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299AD is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 173 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.18 |
| HSL | 338.95º | 0.39% | 0.71% | - |
| HSV(B) | 338.95º | 0.27% | 0.82% | - |
| XYZ | 45.51 | 39.5 | 44.76 | - |
| YUV | 172.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 173 | 0 | 0.27 | 0.18 | 0.18 | 338.95 | 0.39 | 0.71 |
| Hex | D2 | 99 | AD | 0 | 1B | 12 | 12 | 153 | 27 | 47 |
| Octal | 322 | 231 | 255 | 0 | 33 | 22 | 22 | 523 | 47 | 107 |
| Binary | 11010010 | 10011001 | 10101101 | 0 | 11011 | 10010 | 10010 | 101010011 | 100111 | 1000111 |
Color Harmonies of #D299AD
Complementary color
Monochromatic Colors of #D299AD
Black with #D299AD
Text Example
Text Example
White with #D299AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299AD; }
p { color: rgb(210,153,173); }
H1.HeaderClassName
{
color: #D299AD;
}
.AnyTagClassName
{
color: #D299AD;
}
</style>
background-color css
<style>
a { background-color: #D299AD; }
a { background-color: rgb(210,153,173); }
div.DivClassName
{
background-color: #D299AD;
}
.BgClassName
{
background-color: #D299AD;
}
</style>
border-color css
<style>
span { border-color: #D299AD; }
span { border-color: rgb(210,153,173); }
td.TdClassName
{
border-color: #D299AD;
}
.TagClassName
{
border-color: #D299AD;
}
</style>