Shades of Kobi #DD9EB0
Tints of Kobi #DD9EB0
RGB
CMYK
RGB Variations
Color information
#DD9EB0 (or 0xDD9EB0) is known color: Kobi. HEX triplet: DD, 9E and B0. RGB value is (221,158,176). Sum of RGB (Red+Green+Blue) = 221+158+176=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EB0 is #22614F. Grayscale: #B2B2B2. Windows color (decimal): -2253136 or 11575005. OLE color: 11575005.
HSL color Cylindrical-coordinate representation of color #DD9EB0: hue angle of 342.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EB0 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 158 | 176 | - |
CMYK | 0 | 0.29 | 0.20 | 0.13 |
HSL | 342.86º | 0.48% | 0.74% | - |
HSV(B) | 342.86º | 0.29% | 0.87% | - |
XYZ | 49.88 | 42.96 | 46.74 | - |
YUV | 178.89 | 126.37 | 158.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 158 | 176 | 0 | 0.29 | 0.20 | 0.13 | 342.86 | 0.48 | 0.74 |
Hex | DD | 9E | B0 | 0 | 1D | 14 | D | 157 | 30 | 4A |
Octal | 335 | 236 | 260 | 0 | 35 | 24 | 15 | 527 | 60 | 112 |
Binary | 11011101 | 10011110 | 10110000 | 0 | 11101 | 10100 | 1101 | 101010111 | 110000 | 1001010 |
Color Harmonies of #DD9EB0
Complementary color
Monochromatic Colors of #DD9EB0
Black with #DD9EB0
Text Example
Text Example
White with #DD9EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EB0; }
p { color: rgb(221,158,176); }
H1.HeaderClassName
{
color: #DD9EB0;
}
.AnyTagClassName
{
color: #DD9EB0;
}
</style>
background-color css
<style>
a { background-color: #DD9EB0; }
a { background-color: rgb(221,158,176); }
div.DivClassName
{
background-color: #DD9EB0;
}
.BgClassName
{
background-color: #DD9EB0;
}
</style>
border-color css
<style>
span { border-color: #DD9EB0; }
span { border-color: rgb(221,158,176); }
td.TdClassName
{
border-color: #DD9EB0;
}
.TagClassName
{
border-color: #DD9EB0;
}
</style>