Shades of Kobi #D69FAE
Tints of Kobi #D69FAE
RGB
CMYK
RGB Variations
Color information
#D69FAE (or 0xD69FAE) is known color: Kobi. HEX triplet: D6, 9F and AE. RGB value is (214,159,174). Sum of RGB (Red+Green+Blue) = 214+159+174=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FAE is #296051. Grayscale: #B1B1B1. Windows color (decimal): -2711634 or 11444182. OLE color: 11444182.
HSL color Cylindrical-coordinate representation of color #D69FAE: hue angle of 343.64º degrees, saturation: 0.4, 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 #D69FAE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 174 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.16 |
| HSL | 343.64º | 0.4% | 0.73% | - |
| HSV(B) | 343.64º | 0.26% | 0.84% | - |
| XYZ | 47.77 | 42.15 | 45.66 | - |
| YUV | 177.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 174 | 0 | 0.26 | 0.19 | 0.16 | 343.64 | 0.4 | 0.73 |
| Hex | D6 | 9F | AE | 0 | 1A | 13 | 10 | 158 | 28 | 49 |
| Octal | 326 | 237 | 256 | 0 | 32 | 23 | 20 | 530 | 50 | 111 |
| Binary | 11010110 | 10011111 | 10101110 | 0 | 11010 | 10011 | 10000 | 101011000 | 101000 | 1001001 |
Color Harmonies of #D69FAE
Complementary color
Monochromatic Colors of #D69FAE
Black with #D69FAE
Text Example
Text Example
White with #D69FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FAE; }
p { color: rgb(214,159,174); }
H1.HeaderClassName
{
color: #D69FAE;
}
.AnyTagClassName
{
color: #D69FAE;
}
</style>
background-color css
<style>
a { background-color: #D69FAE; }
a { background-color: rgb(214,159,174); }
div.DivClassName
{
background-color: #D69FAE;
}
.BgClassName
{
background-color: #D69FAE;
}
</style>
border-color css
<style>
span { border-color: #D69FAE; }
span { border-color: rgb(214,159,174); }
td.TdClassName
{
border-color: #D69FAE;
}
.TagClassName
{
border-color: #D69FAE;
}
</style>