#DF8AAF

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

Shades of Kobi #DF8AAF

Tints of Kobi #DF8AAF

Color information

#DF8AAF (or 0xDF8AAF) is unknown color: approx Kobi. HEX triplet: DF, 8A and AF. RGB value is (223,138,175). Sum of RGB (Red+Green+Blue) = 223+138+175=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AAF is #207550. Grayscale: #A7A7A7. Windows color (decimal): -2127185 or 11504351. OLE color: 11504351.

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

Color convert

RGB223138175-
CMYK00.380.220.13
HSL333.88º57.05%70.78%-
HSV(B)333.88º38.12%87.45%-
XYZ47.2636.9645.2-
YUV167.63132.16167.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=41.60%
G=25.75%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313817500.380.220.13333.8857.0570.78
HexDF8AAF02616D14e3947
Octal337212257046261551671107
Binary11011111100010101010111101001101011011011010011101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AAF; }

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

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

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

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

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

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

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

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