Shades of Kobi #DC88B4
Tints of Kobi #DC88B4
RGB
CMYK
RGB Variations
Color information
#DC88B4 (or 0xDC88B4) is known color: Kobi. HEX triplet: DC, 88 and B4. RGB value is (220,136,180). Sum of RGB (Red+Green+Blue) = 220+136+180=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88B4 is #23774B. Grayscale: #A6A6A6. Windows color (decimal): -2324300 or 11831516. OLE color: 11831516.
HSL color Cylindrical-coordinate representation of color #DC88B4: hue angle of 328.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88B4 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 180 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.14 |
| HSL | 328.57º | 0.55% | 0.7% | - |
| HSV(B) | 328.57º | 0.38% | 0.86% | - |
| XYZ | 46.56 | 36.12 | 47.7 | - |
| YUV | 166.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 180 | 0 | 0.38 | 0.18 | 0.14 | 328.57 | 0.55 | 0.7 |
| Hex | DC | 88 | B4 | 0 | 26 | 12 | E | 149 | 37 | 46 |
| Octal | 334 | 210 | 264 | 0 | 46 | 22 | 16 | 511 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10110100 | 0 | 100110 | 10010 | 1110 | 101001001 | 110111 | 1000110 |
Color Harmonies of #DC88B4
Complementary color
Monochromatic Colors of #DC88B4
Black with #DC88B4
Text Example
Text Example
White with #DC88B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88B4; }
p { color: rgb(220,136,180); }
H1.HeaderClassName
{
color: #DC88B4;
}
.AnyTagClassName
{
color: #DC88B4;
}
</style>
background-color css
<style>
a { background-color: #DC88B4; }
a { background-color: rgb(220,136,180); }
div.DivClassName
{
background-color: #DC88B4;
}
.BgClassName
{
background-color: #DC88B4;
}
</style>
border-color css
<style>
span { border-color: #DC88B4; }
span { border-color: rgb(220,136,180); }
td.TdClassName
{
border-color: #DC88B4;
}
.TagClassName
{
border-color: #DC88B4;
}
</style>