Shades of Kobi #D696AE
Tints of Kobi #D696AE
RGB
CMYK
RGB Variations
Color information
#D696AE (or 0xD696AE) is known color: Kobi. HEX triplet: D6, 96 and AE. RGB value is (214,150,174). Sum of RGB (Red+Green+Blue) = 214+150+174=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D696AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696AE is #296951. Grayscale: #ABABAB. Windows color (decimal): -2713938 or 11441878. OLE color: 11441878.
HSL color Cylindrical-coordinate representation of color #D696AE: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696AE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 174 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.16 |
| HSL | 337.5º | 0.44% | 0.71% | - |
| HSV(B) | 337.5º | 0.3% | 0.84% | - |
| XYZ | 46.28 | 39.16 | 45.16 | - |
| YUV | 171.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 174 | 0 | 0.30 | 0.19 | 0.16 | 337.5 | 0.44 | 0.71 |
| Hex | D6 | 96 | AE | 0 | 1E | 13 | 10 | 152 | 2C | 47 |
| Octal | 326 | 226 | 256 | 0 | 36 | 23 | 20 | 522 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10101110 | 0 | 11110 | 10011 | 10000 | 101010010 | 101100 | 1000111 |
Color Harmonies of #D696AE
Complementary color
Monochromatic Colors of #D696AE
Black with #D696AE
Text Example
Text Example
White with #D696AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696AE; }
p { color: rgb(214,150,174); }
H1.HeaderClassName
{
color: #D696AE;
}
.AnyTagClassName
{
color: #D696AE;
}
</style>
background-color css
<style>
a { background-color: #D696AE; }
a { background-color: rgb(214,150,174); }
div.DivClassName
{
background-color: #D696AE;
}
.BgClassName
{
background-color: #D696AE;
}
</style>
border-color css
<style>
span { border-color: #D696AE; }
span { border-color: rgb(214,150,174); }
td.TdClassName
{
border-color: #D696AE;
}
.TagClassName
{
border-color: #D696AE;
}
</style>