Shades of Kobi #D69EAA
Tints of Kobi #D69EAA
RGB
CMYK
RGB Variations
Color information
#D69EAA (or 0xD69EAA) is known color: Kobi. HEX triplet: D6, 9E and AA. RGB value is (214,158,170). Sum of RGB (Red+Green+Blue) = 214+158+170=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EAA is #296155. Grayscale: #B0B0B0. Windows color (decimal): -2711894 or 11181782. OLE color: 11181782.
HSL color Cylindrical-coordinate representation of color #D69EAA: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69EAA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 170 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.16 |
| HSL | 347.14º | 0.41% | 0.73% | - |
| HSV(B) | 347.14º | 0.26% | 0.84% | - |
| XYZ | 47.21 | 41.65 | 43.58 | - |
| YUV | 176.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 170 | 0 | 0.26 | 0.21 | 0.16 | 347.14 | 0.41 | 0.73 |
| Hex | D6 | 9E | AA | 0 | 1A | 15 | 10 | 15B | 29 | 49 |
| Octal | 326 | 236 | 252 | 0 | 32 | 25 | 20 | 533 | 51 | 111 |
| Binary | 11010110 | 10011110 | 10101010 | 0 | 11010 | 10101 | 10000 | 101011011 | 101001 | 1001001 |
Color Harmonies of #D69EAA
Complementary color
Monochromatic Colors of #D69EAA
Black with #D69EAA
Text Example
Text Example
White with #D69EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EAA; }
p { color: rgb(214,158,170); }
H1.HeaderClassName
{
color: #D69EAA;
}
.AnyTagClassName
{
color: #D69EAA;
}
</style>
background-color css
<style>
a { background-color: #D69EAA; }
a { background-color: rgb(214,158,170); }
div.DivClassName
{
background-color: #D69EAA;
}
.BgClassName
{
background-color: #D69EAA;
}
</style>
border-color css
<style>
span { border-color: #D69EAA; }
span { border-color: rgb(214,158,170); }
td.TdClassName
{
border-color: #D69EAA;
}
.TagClassName
{
border-color: #D69EAA;
}
</style>