Shades of Kobi #D688AF
Tints of Kobi #D688AF
RGB
CMYK
RGB Variations
Color information
#D688AF (or 0xD688AF) is known color: Kobi. HEX triplet: D6, 88 and AF. RGB value is (214,136,175). Sum of RGB (Red+Green+Blue) = 214+136+175=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D688AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688AF is #297750. Grayscale: #A3A3A3. Windows color (decimal): -2717521 or 11503830. OLE color: 11503830.
HSL color Cylindrical-coordinate representation of color #D688AF: hue angle of 330º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688AF is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 175 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.16 |
| HSL | 330º | 0.49% | 0.69% | - |
| HSV(B) | 330º | 0.36% | 0.84% | - |
| XYZ | 44.27 | 35 | 44.98 | - |
| YUV | 163.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 175 | 0 | 0.36 | 0.18 | 0.16 | 330 | 0.49 | 0.69 |
| Hex | D6 | 88 | AF | 0 | 24 | 12 | 10 | 14A | 31 | 45 |
| Octal | 326 | 210 | 257 | 0 | 44 | 22 | 20 | 512 | 61 | 105 |
| Binary | 11010110 | 10001000 | 10101111 | 0 | 100100 | 10010 | 10000 | 101001010 | 110001 | 1000101 |
Color Harmonies of #D688AF
Complementary color
Monochromatic Colors of #D688AF
Black with #D688AF
Text Example
Text Example
White with #D688AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688AF; }
p { color: rgb(214,136,175); }
H1.HeaderClassName
{
color: #D688AF;
}
.AnyTagClassName
{
color: #D688AF;
}
</style>
background-color css
<style>
a { background-color: #D688AF; }
a { background-color: rgb(214,136,175); }
div.DivClassName
{
background-color: #D688AF;
}
.BgClassName
{
background-color: #D688AF;
}
</style>
border-color css
<style>
span { border-color: #D688AF; }
span { border-color: rgb(214,136,175); }
td.TdClassName
{
border-color: #D688AF;
}
.TagClassName
{
border-color: #D688AF;
}
</style>