#DF8DAC

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

Shades of Kobi #DF8DAC

Tints of Kobi #DF8DAC

Color information

#DF8DAC (or 0xDF8DAC) is unknown color: approx Kobi. HEX triplet: DF, 8D and AC. RGB value is (223,141,172). Sum of RGB (Red+Green+Blue) = 223+141+172=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8DAC is #207253. Grayscale: #A9A9A9. Windows color (decimal): -2126420 or 11308511. OLE color: 11308511.

HSL color Cylindrical-coordinate representation of color #DF8DAC: hue angle of 337.32º 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 #DF8DAC is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223141172-
CMYK00.370.230.13
HSL337.32º56.16%71.37%-
HSV(B)337.32º36.77%87.45%-
XYZ47.437.7243.81-
YUV169.05129.67166.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=41.60%
G=26.31%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314117200.370.230.13337.3256.1671.37
HexDF8DAC02517D1513847
Octal337215254045271552170107
Binary11011111100011011010110001001011011111011010100011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8DAC; }

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

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

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

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

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

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

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

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