Shades of Kobi #DFA2B3
Tints of Kobi #DFA2B3
RGB
CMYK
RGB Variations
Color information
#DFA2B3 (or 0xDFA2B3) is known color: Kobi. HEX triplet: DF, A2 and B3. RGB value is (223,162,179). Sum of RGB (Red+Green+Blue) = 223+162+179=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2B3 is #205D4C. Grayscale: #B6B6B6. Windows color (decimal): -2121037 or 11772639. OLE color: 11772639.
HSL color Cylindrical-coordinate representation of color #DFA2B3: hue angle of 343.28º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA2B3 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 179 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.13 |
| HSL | 343.28º | 0.49% | 0.75% | - |
| HSV(B) | 343.28º | 0.27% | 0.87% | - |
| XYZ | 51.49 | 44.78 | 48.58 | - |
| YUV | 182.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 179 | 0 | 0.27 | 0.20 | 0.13 | 343.28 | 0.49 | 0.75 |
| Hex | DF | A2 | B3 | 0 | 1B | 14 | D | 157 | 31 | 4B |
| Octal | 337 | 242 | 263 | 0 | 33 | 24 | 15 | 527 | 61 | 113 |
| Binary | 11011111 | 10100010 | 10110011 | 0 | 11011 | 10100 | 1101 | 101010111 | 110001 | 1001011 |
Color Harmonies of #DFA2B3
Complementary color
Monochromatic Colors of #DFA2B3
Black with #DFA2B3
Text Example
Text Example
White with #DFA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2B3; }
p { color: rgb(223,162,179); }
H1.HeaderClassName
{
color: #DFA2B3;
}
.AnyTagClassName
{
color: #DFA2B3;
}
</style>
background-color css
<style>
a { background-color: #DFA2B3; }
a { background-color: rgb(223,162,179); }
div.DivClassName
{
background-color: #DFA2B3;
}
.BgClassName
{
background-color: #DFA2B3;
}
</style>
border-color css
<style>
span { border-color: #DFA2B3; }
span { border-color: rgb(223,162,179); }
td.TdClassName
{
border-color: #DFA2B3;
}
.TagClassName
{
border-color: #DFA2B3;
}
</style>