Shades of Kobi #D49DAE
Tints of Kobi #D49DAE
RGB
CMYK
RGB Variations
Color information
#D49DAE (or 0xD49DAE) is known color: Kobi. HEX triplet: D4, 9D and AE. RGB value is (212,157,174). Sum of RGB (Red+Green+Blue) = 212+157+174=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49DAE is #2B6251. Grayscale: #AFAFAF. Windows color (decimal): -2843218 or 11443668. OLE color: 11443668.
HSL color Cylindrical-coordinate representation of color #D49DAE: hue angle of 341.45º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49DAE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 174 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.17 |
| HSL | 341.45º | 0.39% | 0.72% | - |
| HSV(B) | 341.45º | 0.26% | 0.83% | - |
| XYZ | 46.85 | 41.17 | 45.52 | - |
| YUV | 175.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 174 | 0 | 0.26 | 0.18 | 0.17 | 341.45 | 0.39 | 0.72 |
| Hex | D4 | 9D | AE | 0 | 1A | 12 | 11 | 155 | 27 | 48 |
| Octal | 324 | 235 | 256 | 0 | 32 | 22 | 21 | 525 | 47 | 110 |
| Binary | 11010100 | 10011101 | 10101110 | 0 | 11010 | 10010 | 10001 | 101010101 | 100111 | 1001000 |
Color Harmonies of #D49DAE
Complementary color
Monochromatic Colors of #D49DAE
Black with #D49DAE
Text Example
Text Example
White with #D49DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DAE; }
p { color: rgb(212,157,174); }
H1.HeaderClassName
{
color: #D49DAE;
}
.AnyTagClassName
{
color: #D49DAE;
}
</style>
background-color css
<style>
a { background-color: #D49DAE; }
a { background-color: rgb(212,157,174); }
div.DivClassName
{
background-color: #D49DAE;
}
.BgClassName
{
background-color: #D49DAE;
}
</style>
border-color css
<style>
span { border-color: #D49DAE; }
span { border-color: rgb(212,157,174); }
td.TdClassName
{
border-color: #D49DAE;
}
.TagClassName
{
border-color: #D49DAE;
}
</style>