Shades of Kobi #DFA1B5
Tints of Kobi #DFA1B5
RGB
CMYK
RGB Variations
Color information
#DFA1B5 (or 0xDFA1B5) is known color: Kobi. HEX triplet: DF, A1 and B5. RGB value is (223,161,181). Sum of RGB (Red+Green+Blue) = 223+161+181=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1B5 is #205E4A. Grayscale: #B5B5B5. Windows color (decimal): -2121291 or 11903455. OLE color: 11903455.
HSL color Cylindrical-coordinate representation of color #DFA1B5: hue angle of 340.65º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA1B5 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 161 | 181 | - |
CMYK | 0 | 0.28 | 0.19 | 0.13 |
HSL | 340.65º | 0.49% | 0.75% | - |
HSV(B) | 340.65º | 0.28% | 0.87% | - |
XYZ | 51.52 | 44.51 | 49.59 | - |
YUV | 181.82 | 127.54 | 157.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 161 | 181 | 0 | 0.28 | 0.19 | 0.13 | 340.65 | 0.49 | 0.75 |
Hex | DF | A1 | B5 | 0 | 1C | 13 | D | 155 | 31 | 4B |
Octal | 337 | 241 | 265 | 0 | 34 | 23 | 15 | 525 | 61 | 113 |
Binary | 11011111 | 10100001 | 10110101 | 0 | 11100 | 10011 | 1101 | 101010101 | 110001 | 1001011 |
Color Harmonies of #DFA1B5
Complementary color
Monochromatic Colors of #DFA1B5
Black with #DFA1B5
Text Example
Text Example
White with #DFA1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1B5; }
p { color: rgb(223,161,181); }
H1.HeaderClassName
{
color: #DFA1B5;
}
.AnyTagClassName
{
color: #DFA1B5;
}
</style>
background-color css
<style>
a { background-color: #DFA1B5; }
a { background-color: rgb(223,161,181); }
div.DivClassName
{
background-color: #DFA1B5;
}
.BgClassName
{
background-color: #DFA1B5;
}
</style>
border-color css
<style>
span { border-color: #DFA1B5; }
span { border-color: rgb(223,161,181); }
td.TdClassName
{
border-color: #DFA1B5;
}
.TagClassName
{
border-color: #DFA1B5;
}
</style>