Shades of Kobi #DF8CAA
Tints of Kobi #DF8CAA
RGB
CMYK
RGB Variations
Color information
#DF8CAA (or 0xDF8CAA) is known color: Kobi. HEX triplet: DF, 8C and AA. RGB value is (223,140,170). Sum of RGB (Red+Green+Blue) = 223+140+170=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8CAA is #207355. Grayscale: #A8A8A8. Windows color (decimal): -2126678 or 11177183. OLE color: 11177183.
HSL color Cylindrical-coordinate representation of color #DF8CAA: hue angle of 338.31º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8CAA is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 170 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.13 |
| HSL | 338.31º | 0.56% | 0.71% | - |
| HSV(B) | 338.31º | 0.37% | 0.87% | - |
| XYZ | 47.07 | 37.35 | 42.76 | - |
| YUV | 168.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 170 | 0 | 0.37 | 0.24 | 0.13 | 338.31 | 0.56 | 0.71 |
| Hex | DF | 8C | AA | 0 | 25 | 18 | D | 152 | 38 | 47 |
| Octal | 337 | 214 | 252 | 0 | 45 | 30 | 15 | 522 | 70 | 107 |
| Binary | 11011111 | 10001100 | 10101010 | 0 | 100101 | 11000 | 1101 | 101010010 | 111000 | 1000111 |
Color Harmonies of #DF8CAA
Complementary color
Monochromatic Colors of #DF8CAA
Black with #DF8CAA
Text Example
Text Example
White with #DF8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CAA; }
p { color: rgb(223,140,170); }
H1.HeaderClassName
{
color: #DF8CAA;
}
.AnyTagClassName
{
color: #DF8CAA;
}
</style>
background-color css
<style>
a { background-color: #DF8CAA; }
a { background-color: rgb(223,140,170); }
div.DivClassName
{
background-color: #DF8CAA;
}
.BgClassName
{
background-color: #DF8CAA;
}
</style>
border-color css
<style>
span { border-color: #DF8CAA; }
span { border-color: rgb(223,140,170); }
td.TdClassName
{
border-color: #DF8CAA;
}
.TagClassName
{
border-color: #DF8CAA;
}
</style>