Shades of Kobi #D68DAE
Tints of Kobi #D68DAE
RGB
CMYK
RGB Variations
Color information
#D68DAE (or 0xD68DAE) is known color: Kobi. HEX triplet: D6, 8D and AE. RGB value is (214,141,174). Sum of RGB (Red+Green+Blue) = 214+141+174=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68DAE is #297251. Grayscale: #A6A6A6. Windows color (decimal): -2716242 or 11439574. OLE color: 11439574.
HSL color Cylindrical-coordinate representation of color #D68DAE: hue angle of 332.88º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68DAE is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 174 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.16 |
| HSL | 332.88º | 0.47% | 0.7% | - |
| HSV(B) | 332.88º | 0.34% | 0.84% | - |
| XYZ | 44.9 | 36.4 | 44.7 | - |
| YUV | 166.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 174 | 0 | 0.34 | 0.19 | 0.16 | 332.88 | 0.47 | 0.7 |
| Hex | D6 | 8D | AE | 0 | 22 | 13 | 10 | 14D | 2F | 46 |
| Octal | 326 | 215 | 256 | 0 | 42 | 23 | 20 | 515 | 57 | 106 |
| Binary | 11010110 | 10001101 | 10101110 | 0 | 100010 | 10011 | 10000 | 101001101 | 101111 | 1000110 |
Color Harmonies of #D68DAE
Complementary color
Monochromatic Colors of #D68DAE
Black with #D68DAE
Text Example
Text Example
White with #D68DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DAE; }
p { color: rgb(214,141,174); }
H1.HeaderClassName
{
color: #D68DAE;
}
.AnyTagClassName
{
color: #D68DAE;
}
</style>
background-color css
<style>
a { background-color: #D68DAE; }
a { background-color: rgb(214,141,174); }
div.DivClassName
{
background-color: #D68DAE;
}
.BgClassName
{
background-color: #D68DAE;
}
</style>
border-color css
<style>
span { border-color: #D68DAE; }
span { border-color: rgb(214,141,174); }
td.TdClassName
{
border-color: #D68DAE;
}
.TagClassName
{
border-color: #D68DAE;
}
</style>