#DF82AB

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

Shades of Kobi #DF82AB

Tints of Kobi #DF82AB

Color information

#DF82AB (or 0xDF82AB) is unknown color: approx Kobi. HEX triplet: DF, 82 and AB. RGB value is (223,130,171). Sum of RGB (Red+Green+Blue) = 223+130+171=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF82AB is #207D54. Grayscale: #A2A2A2. Windows color (decimal): -2129237 or 11240159. OLE color: 11240159.

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

Color convert

RGB223130171-
CMYK00.420.230.13
HSL333.55º59.24%69.22%-
HSV(B)333.55º41.7%87.45%-
XYZ45.7634.5942.79-
YUV162.48132.81171.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=42.56%
G=24.81%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313017100.420.230.13333.5559.2469.22
HexDF82AB02A17D14e3b45
Octal337202253052271551673105
Binary11011111100000101010101101010101011111011010011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82AB; }

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

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

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

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

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

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

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

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