Shades of Kobi #DD9EAA
Tints of Kobi #DD9EAA
RGB
CMYK
RGB Variations
Color information
#DD9EAA (or 0xDD9EAA) is known color: Kobi. HEX triplet: DD, 9E and AA. RGB value is (221,158,170). Sum of RGB (Red+Green+Blue) = 221+158+170=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EAA is #226155. Grayscale: #B2B2B2. Windows color (decimal): -2253142 or 11181789. OLE color: 11181789.
HSL color Cylindrical-coordinate representation of color #DD9EAA: hue angle of 348.57º 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 #DD9EAA is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 158 | 170 | - |
CMYK | 0 | 0.29 | 0.23 | 0.13 |
HSL | 348.57º | 0.48% | 0.74% | - |
HSV(B) | 348.57º | 0.29% | 0.87% | - |
XYZ | 49.3 | 42.73 | 43.68 | - |
YUV | 178.21 | 123.37 | 158.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 158 | 170 | 0 | 0.29 | 0.23 | 0.13 | 348.57 | 0.48 | 0.74 |
Hex | DD | 9E | AA | 0 | 1D | 17 | D | 15D | 30 | 4A |
Octal | 335 | 236 | 252 | 0 | 35 | 27 | 15 | 535 | 60 | 112 |
Binary | 11011101 | 10011110 | 10101010 | 0 | 11101 | 10111 | 1101 | 101011101 | 110000 | 1001010 |
Color Harmonies of #DD9EAA
Complementary color
Monochromatic Colors of #DD9EAA
Black with #DD9EAA
Text Example
Text Example
White with #DD9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EAA; }
p { color: rgb(221,158,170); }
H1.HeaderClassName
{
color: #DD9EAA;
}
.AnyTagClassName
{
color: #DD9EAA;
}
</style>
background-color css
<style>
a { background-color: #DD9EAA; }
a { background-color: rgb(221,158,170); }
div.DivClassName
{
background-color: #DD9EAA;
}
.BgClassName
{
background-color: #DD9EAA;
}
</style>
border-color css
<style>
span { border-color: #DD9EAA; }
span { border-color: rgb(221,158,170); }
td.TdClassName
{
border-color: #DD9EAA;
}
.TagClassName
{
border-color: #DD9EAA;
}
</style>