Shades of Kobi #D399AB
Tints of Kobi #D399AB
RGB
CMYK
RGB Variations
Color information
#D399AB (or 0xD399AB) is known color: Kobi. HEX triplet: D3, 99 and AB. RGB value is (211,153,171). Sum of RGB (Red+Green+Blue) = 211+153+171=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D399AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399AB is #2C6654. Grayscale: #ACACAC. Windows color (decimal): -2909781 or 11246035. OLE color: 11246035.
HSL color Cylindrical-coordinate representation of color #D399AB: hue angle of 341.38º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399AB is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 171 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.17 |
| HSL | 341.38º | 0.4% | 0.71% | - |
| HSV(B) | 341.38º | 0.27% | 0.83% | - |
| XYZ | 45.61 | 39.57 | 43.76 | - |
| YUV | 172.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 171 | 0 | 0.27 | 0.19 | 0.17 | 341.38 | 0.4 | 0.71 |
| Hex | D3 | 99 | AB | 0 | 1B | 13 | 11 | 155 | 28 | 47 |
| Octal | 323 | 231 | 253 | 0 | 33 | 23 | 21 | 525 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10101011 | 0 | 11011 | 10011 | 10001 | 101010101 | 101000 | 1000111 |
Color Harmonies of #D399AB
Complementary color
Monochromatic Colors of #D399AB
Black with #D399AB
Text Example
Text Example
White with #D399AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399AB; }
p { color: rgb(211,153,171); }
H1.HeaderClassName
{
color: #D399AB;
}
.AnyTagClassName
{
color: #D399AB;
}
</style>
background-color css
<style>
a { background-color: #D399AB; }
a { background-color: rgb(211,153,171); }
div.DivClassName
{
background-color: #D399AB;
}
.BgClassName
{
background-color: #D399AB;
}
</style>
border-color css
<style>
span { border-color: #D399AB; }
span { border-color: rgb(211,153,171); }
td.TdClassName
{
border-color: #D399AB;
}
.TagClassName
{
border-color: #D399AB;
}
</style>