#DD9FAC

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

Shades of Kobi #DD9FAC

Tints of Kobi #DD9FAC

Color information

#DD9FAC (or 0xDD9FAC) is unknown color: approx Kobi. HEX triplet: DD, 9F and AC. RGB value is (221,159,172). Sum of RGB (Red+Green+Blue) = 221+159+172=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FAC is #226053. Grayscale: #B3B3B3. Windows color (decimal): -2252884 or 11313117. OLE color: 11313117.

HSL color Cylindrical-coordinate representation of color #DD9FAC: hue angle of 347.42º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FAC is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221159172-
CMYK00.280.220.13
HSL347.42º47.69%74.51%-
HSV(B)347.42º28.05%86.67%-
XYZ49.6643.1544.74-
YUV179.02124.04157.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=40.04%
G=28.80%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115917200.280.220.13347.4247.6974.51
HexDD9FAC01C16D15b304b
Octal335237254034261553360113
Binary1101110110011111101011000111001011011011010110111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FAC; }

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

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

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

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

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

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

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

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