Shades of Kobi #DE99A9
Tints of Kobi #DE99A9
RGB
CMYK
RGB Variations
Color information
#DE99A9 (or 0xDE99A9) is known color: Kobi. HEX triplet: DE, 99 and A9. RGB value is (222,153,169). Sum of RGB (Red+Green+Blue) = 222+153+169=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE99A9 is #216656. Grayscale: #AFAFAF. Windows color (decimal): -2188887 or 11114974. OLE color: 11114974.
HSL color Cylindrical-coordinate representation of color #DE99A9: hue angle of 346.09º 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 #DE99A9 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 169 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.13 |
| HSL | 346.09º | 0.51% | 0.74% | - |
| HSV(B) | 346.09º | 0.31% | 0.87% | - |
| XYZ | 48.68 | 41.18 | 42.92 | - |
| YUV | 175.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 169 | 0 | 0.31 | 0.24 | 0.13 | 346.09 | 0.51 | 0.74 |
| Hex | DE | 99 | A9 | 0 | 1F | 18 | D | 15A | 33 | 4A |
| Octal | 336 | 231 | 251 | 0 | 37 | 30 | 15 | 532 | 63 | 112 |
| Binary | 11011110 | 10011001 | 10101001 | 0 | 11111 | 11000 | 1101 | 101011010 | 110011 | 1001010 |
Color Harmonies of #DE99A9
Complementary color
Monochromatic Colors of #DE99A9
Black with #DE99A9
Text Example
Text Example
White with #DE99A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99A9; }
p { color: rgb(222,153,169); }
H1.HeaderClassName
{
color: #DE99A9;
}
.AnyTagClassName
{
color: #DE99A9;
}
</style>
background-color css
<style>
a { background-color: #DE99A9; }
a { background-color: rgb(222,153,169); }
div.DivClassName
{
background-color: #DE99A9;
}
.BgClassName
{
background-color: #DE99A9;
}
</style>
border-color css
<style>
span { border-color: #DE99A9; }
span { border-color: rgb(222,153,169); }
td.TdClassName
{
border-color: #DE99A9;
}
.TagClassName
{
border-color: #DE99A9;
}
</style>