Shades of Kobi #D28BAE
Tints of Kobi #D28BAE
RGB
CMYK
RGB Variations
Color information
#D28BAE (or 0xD28BAE) is known color: Kobi. HEX triplet: D2, 8B and AE. RGB value is (210,139,174). Sum of RGB (Red+Green+Blue) = 210+139+174=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28BAE is #2D7451. Grayscale: #A4A4A4. Windows color (decimal): -2978898 or 11439058. OLE color: 11439058.
HSL color Cylindrical-coordinate representation of color #D28BAE: hue angle of 330.42º 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 #D28BAE is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 174 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.18 |
| HSL | 330.42º | 0.44% | 0.68% | - |
| HSV(B) | 330.42º | 0.34% | 0.82% | - |
| XYZ | 43.45 | 35.22 | 44.55 | - |
| YUV | 164.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 174 | 0 | 0.34 | 0.17 | 0.18 | 330.42 | 0.44 | 0.68 |
| Hex | D2 | 8B | AE | 0 | 22 | 11 | 12 | 14A | 2C | 44 |
| Octal | 322 | 213 | 256 | 0 | 42 | 21 | 22 | 512 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10101110 | 0 | 100010 | 10001 | 10010 | 101001010 | 101100 | 1000100 |
Color Harmonies of #D28BAE
Complementary color
Monochromatic Colors of #D28BAE
Black with #D28BAE
Text Example
Text Example
White with #D28BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BAE; }
p { color: rgb(210,139,174); }
H1.HeaderClassName
{
color: #D28BAE;
}
.AnyTagClassName
{
color: #D28BAE;
}
</style>
background-color css
<style>
a { background-color: #D28BAE; }
a { background-color: rgb(210,139,174); }
div.DivClassName
{
background-color: #D28BAE;
}
.BgClassName
{
background-color: #D28BAE;
}
</style>
border-color css
<style>
span { border-color: #D28BAE; }
span { border-color: rgb(210,139,174); }
td.TdClassName
{
border-color: #D28BAE;
}
.TagClassName
{
border-color: #D28BAE;
}
</style>