Shades of Kobi #D28AAB
Tints of Kobi #D28AAB
RGB
CMYK
RGB Variations
Color information
#D28AAB (or 0xD28AAB) is known color: Kobi. HEX triplet: D2, 8A and AB. RGB value is (210,138,171). Sum of RGB (Red+Green+Blue) = 210+138+171=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28AAB is #2D7554. Grayscale: #A3A3A3. Windows color (decimal): -2979157 or 11242194. OLE color: 11242194.
HSL color Cylindrical-coordinate representation of color #D28AAB: hue angle of 332.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28AAB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 171 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.18 |
| HSL | 332.5º | 0.44% | 0.68% | - |
| HSV(B) | 332.5º | 0.34% | 0.82% | - |
| XYZ | 43.02 | 34.82 | 42.98 | - |
| YUV | 163.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 171 | 0 | 0.34 | 0.19 | 0.18 | 332.5 | 0.44 | 0.68 |
| Hex | D2 | 8A | AB | 0 | 22 | 13 | 12 | 14C | 2C | 44 |
| Octal | 322 | 212 | 253 | 0 | 42 | 23 | 22 | 514 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10101011 | 0 | 100010 | 10011 | 10010 | 101001100 | 101100 | 1000100 |
Color Harmonies of #D28AAB
Complementary color
Monochromatic Colors of #D28AAB
Black with #D28AAB
Text Example
Text Example
White with #D28AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AAB; }
p { color: rgb(210,138,171); }
H1.HeaderClassName
{
color: #D28AAB;
}
.AnyTagClassName
{
color: #D28AAB;
}
</style>
background-color css
<style>
a { background-color: #D28AAB; }
a { background-color: rgb(210,138,171); }
div.DivClassName
{
background-color: #D28AAB;
}
.BgClassName
{
background-color: #D28AAB;
}
</style>
border-color css
<style>
span { border-color: #D28AAB; }
span { border-color: rgb(210,138,171); }
td.TdClassName
{
border-color: #D28AAB;
}
.TagClassName
{
border-color: #D28AAB;
}
</style>