Shades of Kobi #D69AB0
Tints of Kobi #D69AB0
RGB
CMYK
RGB Variations
Color information
#D69AB0 (or 0xD69AB0) is known color: Kobi. HEX triplet: D6, 9A and B0. RGB value is (214,154,176). Sum of RGB (Red+Green+Blue) = 214+154+176=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69AB0 is #29654F. Grayscale: #AEAEAE. Windows color (decimal): -2712912 or 11573974. OLE color: 11573974.
HSL color Cylindrical-coordinate representation of color #D69AB0: hue angle of 338º 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 #D69AB0 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 176 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.16 |
| HSL | 338º | 0.42% | 0.72% | - |
| HSV(B) | 338º | 0.28% | 0.84% | - |
| XYZ | 47.12 | 40.54 | 46.42 | - |
| YUV | 174.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 176 | 0 | 0.28 | 0.18 | 0.16 | 338 | 0.42 | 0.72 |
| Hex | D6 | 9A | B0 | 0 | 1C | 12 | 10 | 152 | 2A | 48 |
| Octal | 326 | 232 | 260 | 0 | 34 | 22 | 20 | 522 | 52 | 110 |
| Binary | 11010110 | 10011010 | 10110000 | 0 | 11100 | 10010 | 10000 | 101010010 | 101010 | 1001000 |
Color Harmonies of #D69AB0
Complementary color
Monochromatic Colors of #D69AB0
Black with #D69AB0
Text Example
Text Example
White with #D69AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69AB0; }
p { color: rgb(214,154,176); }
H1.HeaderClassName
{
color: #D69AB0;
}
.AnyTagClassName
{
color: #D69AB0;
}
</style>
background-color css
<style>
a { background-color: #D69AB0; }
a { background-color: rgb(214,154,176); }
div.DivClassName
{
background-color: #D69AB0;
}
.BgClassName
{
background-color: #D69AB0;
}
</style>
border-color css
<style>
span { border-color: #D69AB0; }
span { border-color: rgb(214,154,176); }
td.TdClassName
{
border-color: #D69AB0;
}
.TagClassName
{
border-color: #D69AB0;
}
</style>