Shades of Kobi #D29AB0
Tints of Kobi #D29AB0
RGB
CMYK
RGB Variations
Color information
#D29AB0 (or 0xD29AB0) is known color: Kobi. HEX triplet: D2, 9A and B0. RGB value is (210,154,176). Sum of RGB (Red+Green+Blue) = 210+154+176=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29AB0 is #2D654F. Grayscale: #ADADAD. Windows color (decimal): -2975056 or 11573970. OLE color: 11573970.
HSL color Cylindrical-coordinate representation of color #D29AB0: hue angle of 336.43º 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 #D29AB0 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 176 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.18 |
| HSL | 336.43º | 0.38% | 0.71% | - |
| HSV(B) | 336.43º | 0.27% | 0.82% | - |
| XYZ | 45.97 | 39.95 | 46.36 | - |
| YUV | 173.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 176 | 0 | 0.27 | 0.16 | 0.18 | 336.43 | 0.38 | 0.71 |
| Hex | D2 | 9A | B0 | 0 | 1B | 10 | 12 | 150 | 26 | 47 |
| Octal | 322 | 232 | 260 | 0 | 33 | 20 | 22 | 520 | 46 | 107 |
| Binary | 11010010 | 10011010 | 10110000 | 0 | 11011 | 10000 | 10010 | 101010000 | 100110 | 1000111 |
Color Harmonies of #D29AB0
Complementary color
Monochromatic Colors of #D29AB0
Black with #D29AB0
Text Example
Text Example
White with #D29AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AB0; }
p { color: rgb(210,154,176); }
H1.HeaderClassName
{
color: #D29AB0;
}
.AnyTagClassName
{
color: #D29AB0;
}
</style>
background-color css
<style>
a { background-color: #D29AB0; }
a { background-color: rgb(210,154,176); }
div.DivClassName
{
background-color: #D29AB0;
}
.BgClassName
{
background-color: #D29AB0;
}
</style>
border-color css
<style>
span { border-color: #D29AB0; }
span { border-color: rgb(210,154,176); }
td.TdClassName
{
border-color: #D29AB0;
}
.TagClassName
{
border-color: #D29AB0;
}
</style>