#DD9AAC

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

Shades of Kobi #DD9AAC

Tints of Kobi #DD9AAC

Color information

#DD9AAC (or 0xDD9AAC) is unknown color: approx Kobi. HEX triplet: DD, 9A and AC. RGB value is (221,154,172). Sum of RGB (Red+Green+Blue) = 221+154+172=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9AAC is #226553. Grayscale: #B0B0B0. Windows color (decimal): -2254164 or 11311837. OLE color: 11311837.

HSL color Cylindrical-coordinate representation of color #DD9AAC: hue angle of 343.88º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9AAC is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221154172-
CMYK00.300.220.13
HSL343.88º49.63%73.53%-
HSV(B)343.88º30.32%86.67%-
XYZ48.8241.4644.46-
YUV176.08125.7160.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=40.40%
G=28.15%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115417200.300.220.13343.8849.6373.53
HexDD9AAC01E16D158324a
Octal335232254036261553062112
Binary1101110110011010101011000111101011011011010110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9AAC; }

 p { color: rgb(221,154,172); }

 H1.HeaderClassName
 {
   color: #DD9AAC;
 }
 .AnyTagClassName
 {
   color: #DD9AAC;
 }
</style>
background-color css

<style>
 a { background-color: #DD9AAC; }

 a { background-color: rgb(221,154,172); }

 div.DivClassName
 {
   background-color: #DD9AAC;
 }
 .BgClassName
 {
   background-color: #DD9AAC;
 }
</style>
border-color css

<style>
 span { border-color: #DD9AAC; }

 span { border-color: rgb(221,154,172); }

 td.TdClassName
 {
   border-color: #DD9AAC;
 }
 .TagClassName
 {
   border-color: #DD9AAC;
 }
</style>