Shades of Kobi #D69BAF
Tints of Kobi #D69BAF
RGB
CMYK
RGB Variations
Color information
#D69BAF (or 0xD69BAF) is known color: Kobi. HEX triplet: D6, 9B and AF. RGB value is (214,155,175). Sum of RGB (Red+Green+Blue) = 214+155+175=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BAF is #296450. Grayscale: #AEAEAE. Windows color (decimal): -2712657 or 11508694. OLE color: 11508694.
HSL color Cylindrical-coordinate representation of color #D69BAF: hue angle of 339.66º 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 #D69BAF is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 175 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.16 |
| HSL | 339.66º | 0.42% | 0.72% | - |
| HSV(B) | 339.66º | 0.28% | 0.84% | - |
| XYZ | 47.19 | 40.83 | 45.95 | - |
| YUV | 174.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 175 | 0 | 0.28 | 0.18 | 0.16 | 339.66 | 0.42 | 0.72 |
| Hex | D6 | 9B | AF | 0 | 1C | 12 | 10 | 154 | 2A | 48 |
| Octal | 326 | 233 | 257 | 0 | 34 | 22 | 20 | 524 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10101111 | 0 | 11100 | 10010 | 10000 | 101010100 | 101010 | 1001000 |
Color Harmonies of #D69BAF
Complementary color
Monochromatic Colors of #D69BAF
Black with #D69BAF
Text Example
Text Example
White with #D69BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BAF; }
p { color: rgb(214,155,175); }
H1.HeaderClassName
{
color: #D69BAF;
}
.AnyTagClassName
{
color: #D69BAF;
}
</style>
background-color css
<style>
a { background-color: #D69BAF; }
a { background-color: rgb(214,155,175); }
div.DivClassName
{
background-color: #D69BAF;
}
.BgClassName
{
background-color: #D69BAF;
}
</style>
border-color css
<style>
span { border-color: #D69BAF; }
span { border-color: rgb(214,155,175); }
td.TdClassName
{
border-color: #D69BAF;
}
.TagClassName
{
border-color: #D69BAF;
}
</style>