Shades of Kobi #D682AE
Tints of Kobi #D682AE
RGB
CMYK
RGB Variations
Color information
#D682AE (or 0xD682AE) is known color: Kobi. HEX triplet: D6, 82 and AE. RGB value is (214,130,174). Sum of RGB (Red+Green+Blue) = 214+130+174=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D682AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D682AE is #297D51. Grayscale: #A0A0A0. Windows color (decimal): -2719058 or 11436758. OLE color: 11436758.
HSL color Cylindrical-coordinate representation of color #D682AE: hue angle of 328.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682AE is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 174 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.16 |
| HSL | 328.57º | 0.51% | 0.67% | - |
| HSV(B) | 328.57º | 0.39% | 0.84% | - |
| XYZ | 43.35 | 33.32 | 44.19 | - |
| YUV | 160.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 174 | 0 | 0.39 | 0.19 | 0.16 | 328.57 | 0.51 | 0.67 |
| Hex | D6 | 82 | AE | 0 | 27 | 13 | 10 | 149 | 33 | 43 |
| Octal | 326 | 202 | 256 | 0 | 47 | 23 | 20 | 511 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10101110 | 0 | 100111 | 10011 | 10000 | 101001001 | 110011 | 1000011 |
Color Harmonies of #D682AE
Complementary color
Monochromatic Colors of #D682AE
Black with #D682AE
Text Example
Text Example
White with #D682AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682AE; }
p { color: rgb(214,130,174); }
H1.HeaderClassName
{
color: #D682AE;
}
.AnyTagClassName
{
color: #D682AE;
}
</style>
background-color css
<style>
a { background-color: #D682AE; }
a { background-color: rgb(214,130,174); }
div.DivClassName
{
background-color: #D682AE;
}
.BgClassName
{
background-color: #D682AE;
}
</style>
border-color css
<style>
span { border-color: #D682AE; }
span { border-color: rgb(214,130,174); }
td.TdClassName
{
border-color: #D682AE;
}
.TagClassName
{
border-color: #D682AE;
}
</style>