Shades of Kobi #DE8BB4
Tints of Kobi #DE8BB4
RGB
CMYK
RGB Variations
Color information
#DE8BB4 (or 0xDE8BB4) is known color: Kobi. HEX triplet: DE, 8B and B4. RGB value is (222,139,180). Sum of RGB (Red+Green+Blue) = 222+139+180=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8BB4 is #21744B. Grayscale: #A8A8A8. Windows color (decimal): -2192460 or 11832286. OLE color: 11832286.
HSL color Cylindrical-coordinate representation of color #DE8BB4: hue angle of 330.36º 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 #DE8BB4 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 139 | 180 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.13 |
| HSL | 330.36º | 0.56% | 0.71% | - |
| HSV(B) | 330.36º | 0.37% | 0.87% | - |
| XYZ | 47.6 | 37.29 | 47.87 | - |
| YUV | 168.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 180 | 0 | 0.37 | 0.19 | 0.13 | 330.36 | 0.56 | 0.71 |
| Hex | DE | 8B | B4 | 0 | 25 | 13 | D | 14A | 38 | 47 |
| Octal | 336 | 213 | 264 | 0 | 45 | 23 | 15 | 512 | 70 | 107 |
| Binary | 11011110 | 10001011 | 10110100 | 0 | 100101 | 10011 | 1101 | 101001010 | 111000 | 1000111 |
Color Harmonies of #DE8BB4
Complementary color
Monochromatic Colors of #DE8BB4
Black with #DE8BB4
Text Example
Text Example
White with #DE8BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8BB4; }
p { color: rgb(222,139,180); }
H1.HeaderClassName
{
color: #DE8BB4;
}
.AnyTagClassName
{
color: #DE8BB4;
}
</style>
background-color css
<style>
a { background-color: #DE8BB4; }
a { background-color: rgb(222,139,180); }
div.DivClassName
{
background-color: #DE8BB4;
}
.BgClassName
{
background-color: #DE8BB4;
}
</style>
border-color css
<style>
span { border-color: #DE8BB4; }
span { border-color: rgb(222,139,180); }
td.TdClassName
{
border-color: #DE8BB4;
}
.TagClassName
{
border-color: #DE8BB4;
}
</style>