#DF9FAD

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

Shades of Kobi #DF9FAD

Tints of Kobi #DF9FAD

Color information

#DF9FAD (or 0xDF9FAD) is unknown color: approx Kobi. HEX triplet: DF, 9F and AD. RGB value is (223,159,173). Sum of RGB (Red+Green+Blue) = 223+159+173=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FAD is #206052. Grayscale: #B3B3B3. Windows color (decimal): -2121811 or 11378655. OLE color: 11378655.

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

Color convert

RGB223159173-
CMYK00.290.220.13
HSL346.88º50%74.9%-
HSV(B)346.88º28.7%87.45%-
XYZ50.3743.545.28-
YUV179.73124.2158.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=40.18%
G=28.65%
B=31.17%

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
Decimal22315917300.290.220.13346.885074.9
HexDF9FAD01D16D15b324b
Octal337237255035261553362113
Binary1101111110011111101011010111011011011011010110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FAD; }

 p { color: rgb(223,159,173); }

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

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

 a { background-color: rgb(223,159,173); }

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

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

 span { border-color: rgb(223,159,173); }

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