Shades of Kobi #DE9EAE
Tints of Kobi #DE9EAE
RGB
CMYK
RGB Variations
Color information
#DE9EAE (or 0xDE9EAE) is known color: Kobi. HEX triplet: DE, 9E and AE. RGB value is (222,158,174). Sum of RGB (Red+Green+Blue) = 222+158+174=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9EAE is #216151. Grayscale: #B2B2B2. Windows color (decimal): -2187602 or 11443934. OLE color: 11443934.
HSL color Cylindrical-coordinate representation of color #DE9EAE: hue angle of 345º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9EAE is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 174 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.13 |
| HSL | 345º | 0.49% | 0.75% | - |
| HSV(B) | 345º | 0.29% | 0.87% | - |
| XYZ | 49.99 | 43.04 | 45.72 | - |
| YUV | 178.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 174 | 0 | 0.29 | 0.22 | 0.13 | 345 | 0.49 | 0.75 |
| Hex | DE | 9E | AE | 0 | 1D | 16 | D | 159 | 31 | 4B |
| Octal | 336 | 236 | 256 | 0 | 35 | 26 | 15 | 531 | 61 | 113 |
| Binary | 11011110 | 10011110 | 10101110 | 0 | 11101 | 10110 | 1101 | 101011001 | 110001 | 1001011 |
Color Harmonies of #DE9EAE
Complementary color
Monochromatic Colors of #DE9EAE
Black with #DE9EAE
Text Example
Text Example
White with #DE9EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EAE; }
p { color: rgb(222,158,174); }
H1.HeaderClassName
{
color: #DE9EAE;
}
.AnyTagClassName
{
color: #DE9EAE;
}
</style>
background-color css
<style>
a { background-color: #DE9EAE; }
a { background-color: rgb(222,158,174); }
div.DivClassName
{
background-color: #DE9EAE;
}
.BgClassName
{
background-color: #DE9EAE;
}
</style>
border-color css
<style>
span { border-color: #DE9EAE; }
span { border-color: rgb(222,158,174); }
td.TdClassName
{
border-color: #DE9EAE;
}
.TagClassName
{
border-color: #DE9EAE;
}
</style>