Shades of Kobi #DFA4B5
Tints of Kobi #DFA4B5
RGB
CMYK
RGB Variations
Color information
#DFA4B5 (or 0xDFA4B5) is known color: Kobi. HEX triplet: DF, A4 and B5. RGB value is (223,164,181). Sum of RGB (Red+Green+Blue) = 223+164+181=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4B5 is #205B4A. Grayscale: #B7B7B7. Windows color (decimal): -2120523 or 11904223. OLE color: 11904223.
HSL color Cylindrical-coordinate representation of color #DFA4B5: hue angle of 342.71º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA4B5 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 181 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.13 |
| HSL | 342.71º | 0.48% | 0.76% | - |
| HSV(B) | 342.71º | 0.26% | 0.87% | - |
| XYZ | 52.05 | 45.58 | 49.77 | - |
| YUV | 183.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 181 | 0 | 0.26 | 0.19 | 0.13 | 342.71 | 0.48 | 0.76 |
| Hex | DF | A4 | B5 | 0 | 1A | 13 | D | 157 | 30 | 4C |
| Octal | 337 | 244 | 265 | 0 | 32 | 23 | 15 | 527 | 60 | 114 |
| Binary | 11011111 | 10100100 | 10110101 | 0 | 11010 | 10011 | 1101 | 101010111 | 110000 | 1001100 |
Color Harmonies of #DFA4B5
Complementary color
Monochromatic Colors of #DFA4B5
Black with #DFA4B5
Text Example
Text Example
White with #DFA4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA4B5; }
p { color: rgb(223,164,181); }
H1.HeaderClassName
{
color: #DFA4B5;
}
.AnyTagClassName
{
color: #DFA4B5;
}
</style>
background-color css
<style>
a { background-color: #DFA4B5; }
a { background-color: rgb(223,164,181); }
div.DivClassName
{
background-color: #DFA4B5;
}
.BgClassName
{
background-color: #DFA4B5;
}
</style>
border-color css
<style>
span { border-color: #DFA4B5; }
span { border-color: rgb(223,164,181); }
td.TdClassName
{
border-color: #DFA4B5;
}
.TagClassName
{
border-color: #DFA4B5;
}
</style>