#DF8DAF

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

Shades of Kobi #DF8DAF

Tints of Kobi #DF8DAF

Color information

#DF8DAF (or 0xDF8DAF) is unknown color: approx Kobi. HEX triplet: DF, 8D and AF. RGB value is (223,141,175). Sum of RGB (Red+Green+Blue) = 223+141+175=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8DAF is #207250. Grayscale: #A9A9A9. Windows color (decimal): -2126417 or 11505119. OLE color: 11505119.

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

Color convert

RGB223141175-
CMYK00.370.220.13
HSL335.12º56.16%71.37%-
HSV(B)335.12º36.77%87.45%-
XYZ47.6937.8345.35-
YUV169.39131.17166.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=41.37%
G=26.16%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314117500.370.220.13335.1256.1671.37
HexDF8DAF02516D14f3847
Octal337215257045261551770107
Binary11011111100011011010111101001011011011011010011111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8DAF; }

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

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

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

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

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

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

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

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