Shades of Kobi #DC86B4
Tints of Kobi #DC86B4
RGB
CMYK
RGB Variations
Color information
#DC86B4 (or 0xDC86B4) is known color: Kobi. HEX triplet: DC, 86 and B4. RGB value is (220,134,180). Sum of RGB (Red+Green+Blue) = 220+134+180=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86B4 is #23794B. Grayscale: #A4A4A4. Windows color (decimal): -2324812 or 11831004. OLE color: 11831004.
HSL color Cylindrical-coordinate representation of color #DC86B4: hue angle of 327.91º 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 #DC86B4 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 180 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.14 |
| HSL | 327.91º | 0.55% | 0.69% | - |
| HSV(B) | 327.91º | 0.39% | 0.86% | - |
| XYZ | 46.28 | 35.56 | 47.6 | - |
| YUV | 164.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 180 | 0 | 0.39 | 0.18 | 0.14 | 327.91 | 0.55 | 0.69 |
| Hex | DC | 86 | B4 | 0 | 27 | 12 | E | 148 | 37 | 45 |
| Octal | 334 | 206 | 264 | 0 | 47 | 22 | 16 | 510 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10110100 | 0 | 100111 | 10010 | 1110 | 101001000 | 110111 | 1000101 |
Color Harmonies of #DC86B4
Complementary color
Monochromatic Colors of #DC86B4
Black with #DC86B4
Text Example
Text Example
White with #DC86B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86B4; }
p { color: rgb(220,134,180); }
H1.HeaderClassName
{
color: #DC86B4;
}
.AnyTagClassName
{
color: #DC86B4;
}
</style>
background-color css
<style>
a { background-color: #DC86B4; }
a { background-color: rgb(220,134,180); }
div.DivClassName
{
background-color: #DC86B4;
}
.BgClassName
{
background-color: #DC86B4;
}
</style>
border-color css
<style>
span { border-color: #DC86B4; }
span { border-color: rgb(220,134,180); }
td.TdClassName
{
border-color: #DC86B4;
}
.TagClassName
{
border-color: #DC86B4;
}
</style>