Shades of Kobi #DE9CAF
Tints of Kobi #DE9CAF
RGB
CMYK
RGB Variations
Color information
#DE9CAF (or 0xDE9CAF) is known color: Kobi. HEX triplet: DE, 9C and AF. RGB value is (222,156,175). Sum of RGB (Red+Green+Blue) = 222+156+175=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9CAF is #216350. Grayscale: #B1B1B1. Windows color (decimal): -2188113 or 11508958. OLE color: 11508958.
HSL color Cylindrical-coordinate representation of color #DE9CAF: hue angle of 342.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CAF is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 175 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.13 |
| HSL | 342.73º | 0.5% | 0.74% | - |
| HSV(B) | 342.73º | 0.3% | 0.87% | - |
| XYZ | 49.75 | 42.4 | 46.12 | - |
| YUV | 177.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 175 | 0 | 0.30 | 0.21 | 0.13 | 342.73 | 0.5 | 0.74 |
| Hex | DE | 9C | AF | 0 | 1E | 15 | D | 157 | 32 | 4A |
| Octal | 336 | 234 | 257 | 0 | 36 | 25 | 15 | 527 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10101111 | 0 | 11110 | 10101 | 1101 | 101010111 | 110010 | 1001010 |
Color Harmonies of #DE9CAF
Complementary color
Monochromatic Colors of #DE9CAF
Black with #DE9CAF
Text Example
Text Example
White with #DE9CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CAF; }
p { color: rgb(222,156,175); }
H1.HeaderClassName
{
color: #DE9CAF;
}
.AnyTagClassName
{
color: #DE9CAF;
}
</style>
background-color css
<style>
a { background-color: #DE9CAF; }
a { background-color: rgb(222,156,175); }
div.DivClassName
{
background-color: #DE9CAF;
}
.BgClassName
{
background-color: #DE9CAF;
}
</style>
border-color css
<style>
span { border-color: #DE9CAF; }
span { border-color: rgb(222,156,175); }
td.TdClassName
{
border-color: #DE9CAF;
}
.TagClassName
{
border-color: #DE9CAF;
}
</style>