Shades of Kobi #DF88A6
Tints of Kobi #DF88A6
RGB
CMYK
RGB Variations
Color information
#DF88A6 (or 0xDF88A6) is known color: Kobi. HEX triplet: DF, 88 and A6. RGB value is (223,136,166). Sum of RGB (Red+Green+Blue) = 223+136+166=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF88A6 is #207759. Grayscale: #A5A5A5. Windows color (decimal): -2127706 or 10914015. OLE color: 10914015.
HSL color Cylindrical-coordinate representation of color #DF88A6: hue angle of 339.31º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88A6 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 166 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.13 |
| HSL | 339.31º | 0.58% | 0.7% | - |
| HSV(B) | 339.31º | 0.39% | 0.87% | - |
| XYZ | 46.12 | 36.05 | 40.6 | - |
| YUV | 165.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 166 | 0 | 0.39 | 0.26 | 0.13 | 339.31 | 0.58 | 0.7 |
| Hex | DF | 88 | A6 | 0 | 27 | 1A | D | 153 | 3A | 46 |
| Octal | 337 | 210 | 246 | 0 | 47 | 32 | 15 | 523 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10100110 | 0 | 100111 | 11010 | 1101 | 101010011 | 111010 | 1000110 |
Color Harmonies of #DF88A6
Complementary color
Monochromatic Colors of #DF88A6
Black with #DF88A6
Text Example
Text Example
White with #DF88A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88A6; }
p { color: rgb(223,136,166); }
H1.HeaderClassName
{
color: #DF88A6;
}
.AnyTagClassName
{
color: #DF88A6;
}
</style>
background-color css
<style>
a { background-color: #DF88A6; }
a { background-color: rgb(223,136,166); }
div.DivClassName
{
background-color: #DF88A6;
}
.BgClassName
{
background-color: #DF88A6;
}
</style>
border-color css
<style>
span { border-color: #DF88A6; }
span { border-color: rgb(223,136,166); }
td.TdClassName
{
border-color: #DF88A6;
}
.TagClassName
{
border-color: #DF88A6;
}
</style>