Shades of Kobi #D698AD
Tints of Kobi #D698AD
RGB
CMYK
RGB Variations
Color information
#D698AD (or 0xD698AD) is known color: Kobi. HEX triplet: D6, 98 and AD. RGB value is (214,152,173). Sum of RGB (Red+Green+Blue) = 214+152+173=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D698AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698AD is #296752. Grayscale: #ACACAC. Windows color (decimal): -2713427 or 11376854. OLE color: 11376854.
HSL color Cylindrical-coordinate representation of color #D698AD: hue angle of 339.68º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698AD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 173 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.16 |
| HSL | 339.68º | 0.43% | 0.72% | - |
| HSV(B) | 339.68º | 0.29% | 0.84% | - |
| XYZ | 46.5 | 39.77 | 44.76 | - |
| YUV | 172.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 173 | 0 | 0.29 | 0.19 | 0.16 | 339.68 | 0.43 | 0.72 |
| Hex | D6 | 98 | AD | 0 | 1D | 13 | 10 | 154 | 2B | 48 |
| Octal | 326 | 230 | 255 | 0 | 35 | 23 | 20 | 524 | 53 | 110 |
| Binary | 11010110 | 10011000 | 10101101 | 0 | 11101 | 10011 | 10000 | 101010100 | 101011 | 1001000 |
Color Harmonies of #D698AD
Complementary color
Monochromatic Colors of #D698AD
Black with #D698AD
Text Example
Text Example
White with #D698AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698AD; }
p { color: rgb(214,152,173); }
H1.HeaderClassName
{
color: #D698AD;
}
.AnyTagClassName
{
color: #D698AD;
}
</style>
background-color css
<style>
a { background-color: #D698AD; }
a { background-color: rgb(214,152,173); }
div.DivClassName
{
background-color: #D698AD;
}
.BgClassName
{
background-color: #D698AD;
}
</style>
border-color css
<style>
span { border-color: #D698AD; }
span { border-color: rgb(214,152,173); }
td.TdClassName
{
border-color: #D698AD;
}
.TagClassName
{
border-color: #D698AD;
}
</style>