Shades of Kobi #DE99B2
Tints of Kobi #DE99B2
RGB
CMYK
RGB Variations
Color information
#DE99B2 (or 0xDE99B2) is known color: Kobi. HEX triplet: DE, 99 and B2. RGB value is (222,153,178). Sum of RGB (Red+Green+Blue) = 222+153+178=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE99B2 is #21664D. Grayscale: #B0B0B0. Windows color (decimal): -2188878 or 11704798. OLE color: 11704798.
HSL color Cylindrical-coordinate representation of color #DE99B2: hue angle of 338.26º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE99B2 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 178 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.13 |
| HSL | 338.26º | 0.51% | 0.74% | - |
| HSV(B) | 338.26º | 0.31% | 0.87% | - |
| XYZ | 49.55 | 41.53 | 47.52 | - |
| YUV | 176.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 178 | 0 | 0.31 | 0.20 | 0.13 | 338.26 | 0.51 | 0.74 |
| Hex | DE | 99 | B2 | 0 | 1F | 14 | D | 152 | 33 | 4A |
| Octal | 336 | 231 | 262 | 0 | 37 | 24 | 15 | 522 | 63 | 112 |
| Binary | 11011110 | 10011001 | 10110010 | 0 | 11111 | 10100 | 1101 | 101010010 | 110011 | 1001010 |
Color Harmonies of #DE99B2
Complementary color
Monochromatic Colors of #DE99B2
Black with #DE99B2
Text Example
Text Example
White with #DE99B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99B2; }
p { color: rgb(222,153,178); }
H1.HeaderClassName
{
color: #DE99B2;
}
.AnyTagClassName
{
color: #DE99B2;
}
</style>
background-color css
<style>
a { background-color: #DE99B2; }
a { background-color: rgb(222,153,178); }
div.DivClassName
{
background-color: #DE99B2;
}
.BgClassName
{
background-color: #DE99B2;
}
</style>
border-color css
<style>
span { border-color: #DE99B2; }
span { border-color: rgb(222,153,178); }
td.TdClassName
{
border-color: #DE99B2;
}
.TagClassName
{
border-color: #DE99B2;
}
</style>