Shades of Kobi #DA9EAC
Tints of Kobi #DA9EAC
RGB
CMYK
RGB Variations
Color information
#DA9EAC (or 0xDA9EAC) is known color: Kobi. HEX triplet: DA, 9E and AC. RGB value is (218,158,172). Sum of RGB (Red+Green+Blue) = 218+158+172=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9EAC is #256153. Grayscale: #B1B1B1. Windows color (decimal): -2449748 or 11312858. OLE color: 11312858.
HSL color Cylindrical-coordinate representation of color #DA9EAC: hue angle of 346º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9EAC is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 172 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.15 |
| HSL | 346º | 0.45% | 0.74% | - |
| HSV(B) | 346º | 0.28% | 0.85% | - |
| XYZ | 48.59 | 42.34 | 44.64 | - |
| YUV | 177.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 172 | 0 | 0.28 | 0.21 | 0.15 | 346 | 0.45 | 0.74 |
| Hex | DA | 9E | AC | 0 | 1C | 15 | F | 15A | 2D | 4A |
| Octal | 332 | 236 | 254 | 0 | 34 | 25 | 17 | 532 | 55 | 112 |
| Binary | 11011010 | 10011110 | 10101100 | 0 | 11100 | 10101 | 1111 | 101011010 | 101101 | 1001010 |
Color Harmonies of #DA9EAC
Complementary color
Monochromatic Colors of #DA9EAC
Black with #DA9EAC
Text Example
Text Example
White with #DA9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9EAC; }
p { color: rgb(218,158,172); }
H1.HeaderClassName
{
color: #DA9EAC;
}
.AnyTagClassName
{
color: #DA9EAC;
}
</style>
background-color css
<style>
a { background-color: #DA9EAC; }
a { background-color: rgb(218,158,172); }
div.DivClassName
{
background-color: #DA9EAC;
}
.BgClassName
{
background-color: #DA9EAC;
}
</style>
border-color css
<style>
span { border-color: #DA9EAC; }
span { border-color: rgb(218,158,172); }
td.TdClassName
{
border-color: #DA9EAC;
}
.TagClassName
{
border-color: #DA9EAC;
}
</style>