Shades of Kobi #CE9EAD
Tints of Kobi #CE9EAD
RGB
CMYK
RGB Variations
Color information
#CE9EAD (or 0xCE9EAD) is known color: Kobi. HEX triplet: CE, 9E and AD. RGB value is (206,158,173). Sum of RGB (Red+Green+Blue) = 206+158+173=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9EAD is #316152. Grayscale: #AEAEAE. Windows color (decimal): -3236179 or 11378382. OLE color: 11378382.
HSL color Cylindrical-coordinate representation of color #CE9EAD: hue angle of 341.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9EAD is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 173 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.19 |
| HSL | 341.25º | 0.33% | 0.71% | - |
| HSV(B) | 341.25º | 0.23% | 0.81% | - |
| XYZ | 45.22 | 40.59 | 44.99 | - |
| YUV | 174.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 173 | 0 | 0.23 | 0.16 | 0.19 | 341.25 | 0.33 | 0.71 |
| Hex | CE | 9E | AD | 0 | 17 | 10 | 13 | 155 | 21 | 47 |
| Octal | 316 | 236 | 255 | 0 | 27 | 20 | 23 | 525 | 41 | 107 |
| Binary | 11001110 | 10011110 | 10101101 | 0 | 10111 | 10000 | 10011 | 101010101 | 100001 | 1000111 |
Color Harmonies of #CE9EAD
Complementary color
Monochromatic Colors of #CE9EAD
Black with #CE9EAD
Text Example
Text Example
White with #CE9EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EAD; }
p { color: rgb(206,158,173); }
H1.HeaderClassName
{
color: #CE9EAD;
}
.AnyTagClassName
{
color: #CE9EAD;
}
</style>
background-color css
<style>
a { background-color: #CE9EAD; }
a { background-color: rgb(206,158,173); }
div.DivClassName
{
background-color: #CE9EAD;
}
.BgClassName
{
background-color: #CE9EAD;
}
</style>
border-color css
<style>
span { border-color: #CE9EAD; }
span { border-color: rgb(206,158,173); }
td.TdClassName
{
border-color: #CE9EAD;
}
.TagClassName
{
border-color: #CE9EAD;
}
</style>