Shades of Kobi #D48FAE
Tints of Kobi #D48FAE
RGB
CMYK
RGB Variations
Color information
#D48FAE (or 0xD48FAE) is known color: Kobi. HEX triplet: D4, 8F and AE. RGB value is (212,143,174). Sum of RGB (Red+Green+Blue) = 212+143+174=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FAE is #2B7051. Grayscale: #A7A7A7. Windows color (decimal): -2846802 or 11440084. OLE color: 11440084.
HSL color Cylindrical-coordinate representation of color #D48FAE: hue angle of 333.04º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FAE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 174 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.17 |
| HSL | 333.04º | 0.45% | 0.7% | - |
| HSV(B) | 333.04º | 0.33% | 0.83% | - |
| XYZ | 44.61 | 36.7 | 44.78 | - |
| YUV | 167.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 174 | 0 | 0.33 | 0.18 | 0.17 | 333.04 | 0.45 | 0.7 |
| Hex | D4 | 8F | AE | 0 | 21 | 12 | 11 | 14D | 2D | 46 |
| Octal | 324 | 217 | 256 | 0 | 41 | 22 | 21 | 515 | 55 | 106 |
| Binary | 11010100 | 10001111 | 10101110 | 0 | 100001 | 10010 | 10001 | 101001101 | 101101 | 1000110 |
Color Harmonies of #D48FAE
Complementary color
Monochromatic Colors of #D48FAE
Black with #D48FAE
Text Example
Text Example
White with #D48FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FAE; }
p { color: rgb(212,143,174); }
H1.HeaderClassName
{
color: #D48FAE;
}
.AnyTagClassName
{
color: #D48FAE;
}
</style>
background-color css
<style>
a { background-color: #D48FAE; }
a { background-color: rgb(212,143,174); }
div.DivClassName
{
background-color: #D48FAE;
}
.BgClassName
{
background-color: #D48FAE;
}
</style>
border-color css
<style>
span { border-color: #D48FAE; }
span { border-color: rgb(212,143,174); }
td.TdClassName
{
border-color: #D48FAE;
}
.TagClassName
{
border-color: #D48FAE;
}
</style>