Shades of Kobi #DD9EAC
Tints of Kobi #DD9EAC
RGB
CMYK
RGB Variations
Color information
#DD9EAC (or 0xDD9EAC) is known color: Kobi. HEX triplet: DD, 9E and AC. RGB value is (221,158,172). Sum of RGB (Red+Green+Blue) = 221+158+172=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EAC is #226153. Grayscale: #B2B2B2. Windows color (decimal): -2253140 or 11312861. OLE color: 11312861.
HSL color Cylindrical-coordinate representation of color #DD9EAC: hue angle of 346.67º 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 #DD9EAC is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 158 | 172 | - |
CMYK | 0 | 0.29 | 0.22 | 0.13 |
HSL | 346.67º | 0.48% | 0.74% | - |
HSV(B) | 346.67º | 0.29% | 0.87% | - |
XYZ | 49.49 | 42.8 | 44.68 | - |
YUV | 178.43 | 124.37 | 158.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 158 | 172 | 0 | 0.29 | 0.22 | 0.13 | 346.67 | 0.48 | 0.74 |
Hex | DD | 9E | AC | 0 | 1D | 16 | D | 15B | 30 | 4A |
Octal | 335 | 236 | 254 | 0 | 35 | 26 | 15 | 533 | 60 | 112 |
Binary | 11011101 | 10011110 | 10101100 | 0 | 11101 | 10110 | 1101 | 101011011 | 110000 | 1001010 |
Color Harmonies of #DD9EAC
Complementary color
Monochromatic Colors of #DD9EAC
Black with #DD9EAC
Text Example
Text Example
White with #DD9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EAC; }
p { color: rgb(221,158,172); }
H1.HeaderClassName
{
color: #DD9EAC;
}
.AnyTagClassName
{
color: #DD9EAC;
}
</style>
background-color css
<style>
a { background-color: #DD9EAC; }
a { background-color: rgb(221,158,172); }
div.DivClassName
{
background-color: #DD9EAC;
}
.BgClassName
{
background-color: #DD9EAC;
}
</style>
border-color css
<style>
span { border-color: #DD9EAC; }
span { border-color: rgb(221,158,172); }
td.TdClassName
{
border-color: #DD9EAC;
}
.TagClassName
{
border-color: #DD9EAC;
}
</style>