Shades of Kobi #DA9EAF
Tints of Kobi #DA9EAF
RGB
CMYK
RGB Variations
Color information
#DA9EAF (or 0xDA9EAF) is known color: Kobi. HEX triplet: DA, 9E and AF. RGB value is (218,158,175). Sum of RGB (Red+Green+Blue) = 218+158+175=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9EAF is #256150. Grayscale: #B1B1B1. Windows color (decimal): -2449745 or 11509466. OLE color: 11509466.
HSL color Cylindrical-coordinate representation of color #DA9EAF: hue angle of 343º 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 #DA9EAF is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 175 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.15 |
| HSL | 343º | 0.45% | 0.74% | - |
| HSV(B) | 343º | 0.28% | 0.85% | - |
| XYZ | 48.88 | 42.45 | 46.18 | - |
| YUV | 177.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 175 | 0 | 0.28 | 0.20 | 0.15 | 343 | 0.45 | 0.74 |
| Hex | DA | 9E | AF | 0 | 1C | 14 | F | 157 | 2D | 4A |
| Octal | 332 | 236 | 257 | 0 | 34 | 24 | 17 | 527 | 55 | 112 |
| Binary | 11011010 | 10011110 | 10101111 | 0 | 11100 | 10100 | 1111 | 101010111 | 101101 | 1001010 |
Color Harmonies of #DA9EAF
Complementary color
Monochromatic Colors of #DA9EAF
Black with #DA9EAF
Text Example
Text Example
White with #DA9EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9EAF; }
p { color: rgb(218,158,175); }
H1.HeaderClassName
{
color: #DA9EAF;
}
.AnyTagClassName
{
color: #DA9EAF;
}
</style>
background-color css
<style>
a { background-color: #DA9EAF; }
a { background-color: rgb(218,158,175); }
div.DivClassName
{
background-color: #DA9EAF;
}
.BgClassName
{
background-color: #DA9EAF;
}
</style>
border-color css
<style>
span { border-color: #DA9EAF; }
span { border-color: rgb(218,158,175); }
td.TdClassName
{
border-color: #DA9EAF;
}
.TagClassName
{
border-color: #DA9EAF;
}
</style>