#DF80AB

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

Shades of Kobi #DF80AB

Tints of Kobi #DF80AB

Color information

#DF80AB (or 0xDF80AB) is unknown color: approx Kobi. HEX triplet: DF, 80 and AB. RGB value is (223,128,171). Sum of RGB (Red+Green+Blue) = 223+128+171=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF80AB is #207F54. Grayscale: #A1A1A1. Windows color (decimal): -2129749 or 11239647. OLE color: 11239647.

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

Color convert

RGB223128171-
CMYK00.430.230.13
HSL332.84º59.75%68.82%-
HSV(B)332.84º42.6%87.45%-
XYZ45.534.0742.71-
YUV161.31133.47172-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=42.72%
G=24.52%
B=32.76%

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
Decimal22312817100.430.230.13332.8459.7568.82
HexDF80AB02B17D14d3c45
Octal337200253053271551574105
Binary11011111100000001010101101010111011111011010011011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80AB; }

 p { color: rgb(223,128,171); }

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

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

 a { background-color: rgb(223,128,171); }

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

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

 span { border-color: rgb(223,128,171); }

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