#DF7EAC

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

Shades of Kobi #DF7EAC

Tints of Kobi #DF7EAC

Color information

#DF7EAC (or 0xDF7EAC) is unknown color: approx Kobi. HEX triplet: DF, 7E and AC. RGB value is (223,126,172). Sum of RGB (Red+Green+Blue) = 223+126+172=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EAC is #208153. Grayscale: #A0A0A0. Windows color (decimal): -2130260 or 11304671. OLE color: 11304671.

HSL color Cylindrical-coordinate representation of color #DF7EAC: hue angle of 331.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EAC is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223126172-
CMYK00.430.230.13
HSL331.55º60.25%68.43%-
HSV(B)331.55º43.5%87.45%-
XYZ45.3433.5943.12-
YUV160.25134.64172.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=42.80%
G=24.18%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312617200.430.230.13331.5560.2568.43
HexDF7EAC02B17D14c3c44
Octal337176254053271551474104
Binary1101111111111101010110001010111011111011010011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7EAC; }

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

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

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

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

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

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

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

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