Shades of Kobi #D29AAF
Tints of Kobi #D29AAF
RGB
CMYK
RGB Variations
Color information
#D29AAF (or 0xD29AAF) is known color: Kobi. HEX triplet: D2, 9A and AF. RGB value is (210,154,175). Sum of RGB (Red+Green+Blue) = 210+154+175=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29AAF is #2D6550. Grayscale: #ADADAD. Windows color (decimal): -2975057 or 11508434. OLE color: 11508434.
HSL color Cylindrical-coordinate representation of color #D29AAF: hue angle of 337.5º degrees, saturation: 0.38, 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 #D29AAF is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 175 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.18 |
| HSL | 337.5º | 0.38% | 0.71% | - |
| HSV(B) | 337.5º | 0.27% | 0.82% | - |
| XYZ | 45.87 | 39.91 | 45.84 | - |
| YUV | 173.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 175 | 0 | 0.27 | 0.17 | 0.18 | 337.5 | 0.38 | 0.71 |
| Hex | D2 | 9A | AF | 0 | 1B | 11 | 12 | 152 | 26 | 47 |
| Octal | 322 | 232 | 257 | 0 | 33 | 21 | 22 | 522 | 46 | 107 |
| Binary | 11010010 | 10011010 | 10101111 | 0 | 11011 | 10001 | 10010 | 101010010 | 100110 | 1000111 |
Color Harmonies of #D29AAF
Complementary color
Monochromatic Colors of #D29AAF
Black with #D29AAF
Text Example
Text Example
White with #D29AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AAF; }
p { color: rgb(210,154,175); }
H1.HeaderClassName
{
color: #D29AAF;
}
.AnyTagClassName
{
color: #D29AAF;
}
</style>
background-color css
<style>
a { background-color: #D29AAF; }
a { background-color: rgb(210,154,175); }
div.DivClassName
{
background-color: #D29AAF;
}
.BgClassName
{
background-color: #D29AAF;
}
</style>
border-color css
<style>
span { border-color: #D29AAF; }
span { border-color: rgb(210,154,175); }
td.TdClassName
{
border-color: #D29AAF;
}
.TagClassName
{
border-color: #D29AAF;
}
</style>