Shades of Kobi #D69BAD
Tints of Kobi #D69BAD
RGB
CMYK
RGB Variations
Color information
#D69BAD (or 0xD69BAD) is known color: Kobi. HEX triplet: D6, 9B and AD. RGB value is (214,155,173). Sum of RGB (Red+Green+Blue) = 214+155+173=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BAD is #296452. Grayscale: #AEAEAE. Windows color (decimal): -2712659 or 11377622. OLE color: 11377622.
HSL color Cylindrical-coordinate representation of color #D69BAD: hue angle of 341.69º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BAD is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 173 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.16 |
| HSL | 341.69º | 0.42% | 0.72% | - |
| HSV(B) | 341.69º | 0.28% | 0.84% | - |
| XYZ | 47 | 40.76 | 44.92 | - |
| YUV | 174.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 173 | 0 | 0.28 | 0.19 | 0.16 | 341.69 | 0.42 | 0.72 |
| Hex | D6 | 9B | AD | 0 | 1C | 13 | 10 | 156 | 2A | 48 |
| Octal | 326 | 233 | 255 | 0 | 34 | 23 | 20 | 526 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10101101 | 0 | 11100 | 10011 | 10000 | 101010110 | 101010 | 1001000 |
Color Harmonies of #D69BAD
Complementary color
Monochromatic Colors of #D69BAD
Black with #D69BAD
Text Example
Text Example
White with #D69BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BAD; }
p { color: rgb(214,155,173); }
H1.HeaderClassName
{
color: #D69BAD;
}
.AnyTagClassName
{
color: #D69BAD;
}
</style>
background-color css
<style>
a { background-color: #D69BAD; }
a { background-color: rgb(214,155,173); }
div.DivClassName
{
background-color: #D69BAD;
}
.BgClassName
{
background-color: #D69BAD;
}
</style>
border-color css
<style>
span { border-color: #D69BAD; }
span { border-color: rgb(214,155,173); }
td.TdClassName
{
border-color: #D69BAD;
}
.TagClassName
{
border-color: #D69BAD;
}
</style>