#DF9DAF

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

Shades of Kobi #DF9DAF

Tints of Kobi #DF9DAF

Color information

#DF9DAF (or 0xDF9DAF) is unknown color: approx Kobi. HEX triplet: DF, 9D and AF. RGB value is (223,157,175). Sum of RGB (Red+Green+Blue) = 223+157+175=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DAF is #206250. Grayscale: #B2B2B2. Windows color (decimal): -2122321 or 11509215. OLE color: 11509215.

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

Color convert

RGB223157175-
CMYK00.300.220.13
HSL343.64º50.77%74.51%-
HSV(B)343.64º29.6%87.45%-
XYZ50.2342.946.19-
YUV178.79125.87159.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=40.18%
G=28.29%
B=31.53%

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
Decimal22315717500.300.220.13343.6450.7774.51
HexDF9DAF01E16D158334b
Octal337235257036261553063113
Binary1101111110011101101011110111101011011011010110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DAF; }

 p { color: rgb(223,157,175); }

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

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

 a { background-color: rgb(223,157,175); }

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

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

 span { border-color: rgb(223,157,175); }

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