Shades of Kobi #DE9DAD
Tints of Kobi #DE9DAD
RGB
CMYK
RGB Variations
Color information
#DE9DAD (or 0xDE9DAD) is known color: Kobi. HEX triplet: DE, 9D and AD. RGB value is (222,157,173). Sum of RGB (Red+Green+Blue) = 222+157+173=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9DAD is #216252. Grayscale: #B2B2B2. Windows color (decimal): -2187859 or 11378142. OLE color: 11378142.
HSL color Cylindrical-coordinate representation of color #DE9DAD: hue angle of 345.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9DAD is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 173 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.13 |
| HSL | 345.23º | 0.5% | 0.74% | - |
| HSV(B) | 345.23º | 0.29% | 0.87% | - |
| XYZ | 49.72 | 42.66 | 45.15 | - |
| YUV | 178.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 173 | 0 | 0.29 | 0.22 | 0.13 | 345.23 | 0.5 | 0.74 |
| Hex | DE | 9D | AD | 0 | 1D | 16 | D | 159 | 32 | 4A |
| Octal | 336 | 235 | 255 | 0 | 35 | 26 | 15 | 531 | 62 | 112 |
| Binary | 11011110 | 10011101 | 10101101 | 0 | 11101 | 10110 | 1101 | 101011001 | 110010 | 1001010 |
Color Harmonies of #DE9DAD
Complementary color
Monochromatic Colors of #DE9DAD
Black with #DE9DAD
Text Example
Text Example
White with #DE9DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DAD; }
p { color: rgb(222,157,173); }
H1.HeaderClassName
{
color: #DE9DAD;
}
.AnyTagClassName
{
color: #DE9DAD;
}
</style>
background-color css
<style>
a { background-color: #DE9DAD; }
a { background-color: rgb(222,157,173); }
div.DivClassName
{
background-color: #DE9DAD;
}
.BgClassName
{
background-color: #DE9DAD;
}
</style>
border-color css
<style>
span { border-color: #DE9DAD; }
span { border-color: rgb(222,157,173); }
td.TdClassName
{
border-color: #DE9DAD;
}
.TagClassName
{
border-color: #DE9DAD;
}
</style>