#DD9DAC

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

Shades of Kobi #DD9DAC

Tints of Kobi #DD9DAC

Color information

#DD9DAC (or 0xDD9DAC) is unknown color: approx Kobi. HEX triplet: DD, 9D and AC. RGB value is (221,157,172). Sum of RGB (Red+Green+Blue) = 221+157+172=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DAC is #226253. Grayscale: #B1B1B1. Windows color (decimal): -2253396 or 11312605. OLE color: 11312605.

HSL color Cylindrical-coordinate representation of color #DD9DAC: hue angle of 345.94º 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 #DD9DAC is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221157172-
CMYK00.290.220.13
HSL345.94º48.48%74.12%-
HSV(B)345.94º28.96%86.67%-
XYZ49.3242.4644.63-
YUV177.85124.7158.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=40.18%
G=28.55%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115717200.290.220.13345.9448.4874.12
HexDD9DAC01D16D15a304a
Octal335235254035261553260112
Binary1101110110011101101011000111011011011011010110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DAC; }

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

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

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

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

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

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

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

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