Shades of Kobi #D68BA8
Tints of Kobi #D68BA8
RGB
CMYK
RGB Variations
Color information
#D68BA8 (or 0xD68BA8) is known color: Kobi. HEX triplet: D6, 8B and A8. RGB value is (214,139,168). Sum of RGB (Red+Green+Blue) = 214+139+168=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68BA8 is #297457. Grayscale: #A4A4A4. Windows color (decimal): -2716760 or 11045846. OLE color: 11045846.
HSL color Cylindrical-coordinate representation of color #D68BA8: hue angle of 336.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68BA8 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 168 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.16 |
| HSL | 336.8º | 0.48% | 0.69% | - |
| HSV(B) | 336.8º | 0.35% | 0.84% | - |
| XYZ | 44.03 | 35.59 | 41.59 | - |
| YUV | 164.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 168 | 0 | 0.35 | 0.21 | 0.16 | 336.8 | 0.48 | 0.69 |
| Hex | D6 | 8B | A8 | 0 | 23 | 15 | 10 | 151 | 30 | 45 |
| Octal | 326 | 213 | 250 | 0 | 43 | 25 | 20 | 521 | 60 | 105 |
| Binary | 11010110 | 10001011 | 10101000 | 0 | 100011 | 10101 | 10000 | 101010001 | 110000 | 1000101 |
Color Harmonies of #D68BA8
Complementary color
Monochromatic Colors of #D68BA8
Black with #D68BA8
Text Example
Text Example
White with #D68BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BA8; }
p { color: rgb(214,139,168); }
H1.HeaderClassName
{
color: #D68BA8;
}
.AnyTagClassName
{
color: #D68BA8;
}
</style>
background-color css
<style>
a { background-color: #D68BA8; }
a { background-color: rgb(214,139,168); }
div.DivClassName
{
background-color: #D68BA8;
}
.BgClassName
{
background-color: #D68BA8;
}
</style>
border-color css
<style>
span { border-color: #D68BA8; }
span { border-color: rgb(214,139,168); }
td.TdClassName
{
border-color: #D68BA8;
}
.TagClassName
{
border-color: #D68BA8;
}
</style>