Shades of Kobi #DD9EAB
Tints of Kobi #DD9EAB
RGB
CMYK
RGB Variations
Color information
#DD9EAB (or 0xDD9EAB) is known color: Kobi. HEX triplet: DD, 9E and AB. RGB value is (221,158,171). Sum of RGB (Red+Green+Blue) = 221+158+171=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EAB is #226154. Grayscale: #B2B2B2. Windows color (decimal): -2253141 or 11247325. OLE color: 11247325.
HSL color Cylindrical-coordinate representation of color #DD9EAB: hue angle of 347.62º 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 #DD9EAB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 158 | 171 | - |
CMYK | 0 | 0.29 | 0.23 | 0.13 |
HSL | 347.62º | 0.48% | 0.74% | - |
HSV(B) | 347.62º | 0.29% | 0.87% | - |
XYZ | 49.4 | 42.77 | 44.18 | - |
YUV | 178.32 | 123.87 | 158.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 158 | 171 | 0 | 0.29 | 0.23 | 0.13 | 347.62 | 0.48 | 0.74 |
Hex | DD | 9E | AB | 0 | 1D | 17 | D | 15C | 30 | 4A |
Octal | 335 | 236 | 253 | 0 | 35 | 27 | 15 | 534 | 60 | 112 |
Binary | 11011101 | 10011110 | 10101011 | 0 | 11101 | 10111 | 1101 | 101011100 | 110000 | 1001010 |
Color Harmonies of #DD9EAB
Complementary color
Monochromatic Colors of #DD9EAB
Black with #DD9EAB
Text Example
Text Example
White with #DD9EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EAB; }
p { color: rgb(221,158,171); }
H1.HeaderClassName
{
color: #DD9EAB;
}
.AnyTagClassName
{
color: #DD9EAB;
}
</style>
background-color css
<style>
a { background-color: #DD9EAB; }
a { background-color: rgb(221,158,171); }
div.DivClassName
{
background-color: #DD9EAB;
}
.BgClassName
{
background-color: #DD9EAB;
}
</style>
border-color css
<style>
span { border-color: #DD9EAB; }
span { border-color: rgb(221,158,171); }
td.TdClassName
{
border-color: #DD9EAB;
}
.TagClassName
{
border-color: #DD9EAB;
}
</style>