Shades of Kobi #DE95AA
Tints of Kobi #DE95AA
RGB
CMYK
RGB Variations
Color information
#DE95AA (or 0xDE95AA) is known color: Kobi. HEX triplet: DE, 95 and AA. RGB value is (222,149,170). Sum of RGB (Red+Green+Blue) = 222+149+170=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE95AA is #216A55. Grayscale: #ADADAD. Windows color (decimal): -2189910 or 11179486. OLE color: 11179486.
HSL color Cylindrical-coordinate representation of color #DE95AA: hue angle of 342.74º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE95AA is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 170 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.13 |
| HSL | 342.74º | 0.53% | 0.73% | - |
| HSV(B) | 342.74º | 0.33% | 0.87% | - |
| XYZ | 48.13 | 39.93 | 43.2 | - |
| YUV | 173.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 170 | 0 | 0.33 | 0.23 | 0.13 | 342.74 | 0.53 | 0.73 |
| Hex | DE | 95 | AA | 0 | 21 | 17 | D | 157 | 35 | 49 |
| Octal | 336 | 225 | 252 | 0 | 41 | 27 | 15 | 527 | 65 | 111 |
| Binary | 11011110 | 10010101 | 10101010 | 0 | 100001 | 10111 | 1101 | 101010111 | 110101 | 1001001 |
Color Harmonies of #DE95AA
Complementary color
Monochromatic Colors of #DE95AA
Black with #DE95AA
Text Example
Text Example
White with #DE95AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95AA; }
p { color: rgb(222,149,170); }
H1.HeaderClassName
{
color: #DE95AA;
}
.AnyTagClassName
{
color: #DE95AA;
}
</style>
background-color css
<style>
a { background-color: #DE95AA; }
a { background-color: rgb(222,149,170); }
div.DivClassName
{
background-color: #DE95AA;
}
.BgClassName
{
background-color: #DE95AA;
}
</style>
border-color css
<style>
span { border-color: #DE95AA; }
span { border-color: rgb(222,149,170); }
td.TdClassName
{
border-color: #DE95AA;
}
.TagClassName
{
border-color: #DE95AA;
}
</style>