Shades of Kobi #D688AA
Tints of Kobi #D688AA
RGB
CMYK
RGB Variations
Color information
#D688AA (or 0xD688AA) is known color: Kobi. HEX triplet: D6, 88 and AA. RGB value is (214,136,170). Sum of RGB (Red+Green+Blue) = 214+136+170=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D688AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688AA is #297755. Grayscale: #A3A3A3. Windows color (decimal): -2717526 or 11176150. OLE color: 11176150.
HSL color Cylindrical-coordinate representation of color #D688AA: hue angle of 333.85º 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 #D688AA is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 170 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.16 |
| HSL | 333.85º | 0.49% | 0.69% | - |
| HSV(B) | 333.85º | 0.36% | 0.84% | - |
| XYZ | 43.79 | 34.81 | 42.44 | - |
| YUV | 163.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 170 | 0 | 0.36 | 0.21 | 0.16 | 333.85 | 0.49 | 0.69 |
| Hex | D6 | 88 | AA | 0 | 24 | 15 | 10 | 14E | 31 | 45 |
| Octal | 326 | 210 | 252 | 0 | 44 | 25 | 20 | 516 | 61 | 105 |
| Binary | 11010110 | 10001000 | 10101010 | 0 | 100100 | 10101 | 10000 | 101001110 | 110001 | 1000101 |
Color Harmonies of #D688AA
Complementary color
Monochromatic Colors of #D688AA
Black with #D688AA
Text Example
Text Example
White with #D688AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688AA; }
p { color: rgb(214,136,170); }
H1.HeaderClassName
{
color: #D688AA;
}
.AnyTagClassName
{
color: #D688AA;
}
</style>
background-color css
<style>
a { background-color: #D688AA; }
a { background-color: rgb(214,136,170); }
div.DivClassName
{
background-color: #D688AA;
}
.BgClassName
{
background-color: #D688AA;
}
</style>
border-color css
<style>
span { border-color: #D688AA; }
span { border-color: rgb(214,136,170); }
td.TdClassName
{
border-color: #D688AA;
}
.TagClassName
{
border-color: #D688AA;
}
</style>