Shades of Kobi #DC86B3
Tints of Kobi #DC86B3
RGB
CMYK
RGB Variations
Color information
#DC86B3 (or 0xDC86B3) is known color: Kobi. HEX triplet: DC, 86 and B3. RGB value is (220,134,179). Sum of RGB (Red+Green+Blue) = 220+134+179=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86B3 is #23794C. Grayscale: #A4A4A4. Windows color (decimal): -2324813 or 11765468. OLE color: 11765468.
HSL color Cylindrical-coordinate representation of color #DC86B3: hue angle of 328.6º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86B3 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 179 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.14 |
| HSL | 328.6º | 0.55% | 0.69% | - |
| HSV(B) | 328.6º | 0.39% | 0.86% | - |
| XYZ | 46.18 | 35.52 | 47.07 | - |
| YUV | 164.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 179 | 0 | 0.39 | 0.19 | 0.14 | 328.6 | 0.55 | 0.69 |
| Hex | DC | 86 | B3 | 0 | 27 | 13 | E | 149 | 37 | 45 |
| Octal | 334 | 206 | 263 | 0 | 47 | 23 | 16 | 511 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10110011 | 0 | 100111 | 10011 | 1110 | 101001001 | 110111 | 1000101 |
Color Harmonies of #DC86B3
Complementary color
Monochromatic Colors of #DC86B3
Black with #DC86B3
Text Example
Text Example
White with #DC86B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86B3; }
p { color: rgb(220,134,179); }
H1.HeaderClassName
{
color: #DC86B3;
}
.AnyTagClassName
{
color: #DC86B3;
}
</style>
background-color css
<style>
a { background-color: #DC86B3; }
a { background-color: rgb(220,134,179); }
div.DivClassName
{
background-color: #DC86B3;
}
.BgClassName
{
background-color: #DC86B3;
}
</style>
border-color css
<style>
span { border-color: #DC86B3; }
span { border-color: rgb(220,134,179); }
td.TdClassName
{
border-color: #DC86B3;
}
.TagClassName
{
border-color: #DC86B3;
}
</style>