Shades of Kobi #D686AE
Tints of Kobi #D686AE
RGB
CMYK
RGB Variations
Color information
#D686AE (or 0xD686AE) is known color: Kobi. HEX triplet: D6, 86 and AE. RGB value is (214,134,174). Sum of RGB (Red+Green+Blue) = 214+134+174=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D686AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D686AE is #297951. Grayscale: #A2A2A2. Windows color (decimal): -2718034 or 11437782. OLE color: 11437782.
HSL color Cylindrical-coordinate representation of color #D686AE: hue angle of 330º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D686AE is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 174 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.16 |
| HSL | 330º | 0.49% | 0.68% | - |
| HSV(B) | 330º | 0.37% | 0.84% | - |
| XYZ | 43.9 | 34.4 | 44.37 | - |
| YUV | 162.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 174 | 0 | 0.37 | 0.19 | 0.16 | 330 | 0.49 | 0.68 |
| Hex | D6 | 86 | AE | 0 | 25 | 13 | 10 | 14A | 31 | 44 |
| Octal | 326 | 206 | 256 | 0 | 45 | 23 | 20 | 512 | 61 | 104 |
| Binary | 11010110 | 10000110 | 10101110 | 0 | 100101 | 10011 | 10000 | 101001010 | 110001 | 1000100 |
Color Harmonies of #D686AE
Complementary color
Monochromatic Colors of #D686AE
Black with #D686AE
Text Example
Text Example
White with #D686AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686AE; }
p { color: rgb(214,134,174); }
H1.HeaderClassName
{
color: #D686AE;
}
.AnyTagClassName
{
color: #D686AE;
}
</style>
background-color css
<style>
a { background-color: #D686AE; }
a { background-color: rgb(214,134,174); }
div.DivClassName
{
background-color: #D686AE;
}
.BgClassName
{
background-color: #D686AE;
}
</style>
border-color css
<style>
span { border-color: #D686AE; }
span { border-color: rgb(214,134,174); }
td.TdClassName
{
border-color: #D686AE;
}
.TagClassName
{
border-color: #D686AE;
}
</style>