#DD9EAB

Color #DD9EAB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DD9EAB

Tints of Kobi #DD9EAB

Color information

#DD9EAB (or 0xDD9EAB) is unknown color: approx 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

RGB221158171-
CMYK00.290.230.13
HSL347.62º48.09%74.31%-
HSV(B)347.62º28.51%86.67%-
XYZ49.442.7744.18-
YUV178.32123.87158.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 158 (62.11% from 255) = 28.73%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=40.18%
G=28.73%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115817100.290.230.13347.6248.0974.31
HexDD9EAB01D17D15c304a
Octal335236253035271553460112
Binary1101110110011110101010110111011011111011010111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>